마타기 블로그
/
DEV-GENERAL
/
commands
Search
Share
commands
1. 특정 브랜치만 clone 하기
•
git clone -b {branch_name} –single-branch {저장소 URL}
◦
ex) git clone -b javajigi --single-branch https://github.com/javajigi/java-racingcar
•
참고
◦
https://www.slipp.net/questions/577
2. git add 취소하기, git commit 취소하기, git push 취소하기
•
https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html