Skip to content

1week #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

1week #2

wants to merge 3 commits into from

Conversation

DongLee99
Copy link

Java_study 1주차 과제

Copy link
Contributor

@Livenow14 Livenow14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마크다운 형식 또한 공부해서 정리 바랍니다.

@DongLee99
Copy link
Author

수정했습니다.

1week/README.md Outdated
Comment on lines 172 to 188
> 브랜치 만들기

``` bash
$ git branch <name>
```
* 위와 같이 git branch 뒤에 자신이 설정할 브랜치의 이름을 넣어 생성할수 있다.

``` bash
$ git branch
```
* 현재 존재하는 브랜치의 목록과 자신이 현재 위치하고 있는 브랜치를 알수있다.
자신이 현재 위치하고 있는 브랜치에는 * 이 표시되어있다.

``` bash
$ git checkout <name>
```
* 자신이 사용할 브랜치로 이동을 할수있다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로컬, 원격 브렌치 삭제도 정리해봐요.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

정리 했습니다.

정리 했습니다.

정리 했습니다.

@DongLee99 DongLee99 closed this Jan 2, 2021
@DongLee99 DongLee99 deleted the DongLee99 branch January 2, 2021 05:37
@DongLee99 DongLee99 restored the DongLee99 branch January 2, 2021 05:37
@DongLee99 DongLee99 deleted the DongLee99 branch January 2, 2021 05:37
@DongLee99 DongLee99 restored the DongLee99 branch January 4, 2021 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants