Closed
Conversation
Livenow14
approved these changes
Dec 28, 2020
Contributor
Livenow14
left a comment
There was a problem hiding this comment.
마크다운 형식 또한 공부해서 정리 바랍니다.
Author
|
수정했습니다. |
Livenow14
approved these changes
Dec 29, 2020
1week/README.md
Outdated
Comment on lines
172
to
188
| > 브랜치 만들기 | ||
|
|
||
| ``` bash | ||
| $ git branch <name> | ||
| ``` | ||
| * 위와 같이 git branch 뒤에 자신이 설정할 브랜치의 이름을 넣어 생성할수 있다. | ||
|
|
||
| ``` bash | ||
| $ git branch | ||
| ``` | ||
| * 현재 존재하는 브랜치의 목록과 자신이 현재 위치하고 있는 브랜치를 알수있다. | ||
| 자신이 현재 위치하고 있는 브랜치에는 * 이 표시되어있다. | ||
|
|
||
| ``` bash | ||
| $ git checkout <name> | ||
| ``` | ||
| * 자신이 사용할 브랜치로 이동을 할수있다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Java_study 1주차 과제