반응형
[도서 정리] 13. Git 명령어 - ProGit |
13.1. 설치와 설정
* git config
* git help
-
$ git help <command>
13.2. 프로젝트 가져오기와 생성하기
* git init
* git clone
13.3. 스냅샷 다루기
* git add
* git status
* git diff
* git difftool
* git commit
* git reset
* git rm
* git mv
* git clean
12.4. Branch 와 Merge
* git branch
* git checkout
* git merge
* git mergetool
* git log
* git stash
* git tag
12.5. 공유하고 업데이트하기
* git fetch
* git pull
* git push
* git remote
* git archive
* git submodule
12.6. 보기와 비교
* git show
* git shortlog
* git describe
12.7. Debugging
* git bisect
* git blame
* git grep
12.8. Patch 하기
* git cherry-pick
* git rebase
* git revert
12.9. Email
* git apply
* git am
* git format-patch
* git imap-send
* git send-email
* git request-pull
10.10. 다른 버전 관리 시스템
* git svn
* git fast-import
10.11. 관리
* git gc
* git fsck
* git reflog
* git filter-branch
10.12. Plumbing 명령어
반응형
'프로그래밍 놀이터 > Tips' 카테고리의 다른 글
[regex] Possessive quantifier 에 대해 알아보자. (0) | 2020.02.29 |
---|---|
[regex] 정규식 성능에 대해 알아보자 (0) | 2020.02.28 |
[도서 정리] 12. 앱에 git 넣기 - ProGit (0) | 2020.01.17 |
[도서 정리] 11. 다양한 환경에서 Git 사용하기 - ProGit (0) | 2020.01.16 |
[도서 정리] 10. Git 의 내부 - ProGit (0) | 2020.01.15 |
댓글