[Git] 스마트하게 git을 써보자!

- 1 min

주의

비정기적으로 수정하는 문서

Description:

2년 가까이 git을 쓰면서 clone, add, commit, push 명령어 4가지만 써왔다.. 이제 다른 것도 좀 써보자!

git 사용시 주의사항

branch

$ git branch <branch_name> # HEAD branch는 그대로
$ git checkout -b <branch_name> # HEAD branch가 만든 브랜치로 변경
$ git branch
$ git branch -a
$ git checkout <branch_name>

merge

$ git merge <branch_name>

reset

$ git reset —-hard <branch_name>
$ git reset --hard
$ push --force
Sehun Kim

Sehun Kim

하다보니 되더라구요.

comments powered by Disqus
rss facebook twitter github youtube mail spotify lastfm instagram linkedin google google-plus pinterest medium vimeo stackoverflow reddit quora quora