-
-
Save scarfunk/02a5a533daea29faf5f3 to your computer and use it in GitHub Desktop.
git 활용서
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
# Revert changes to modified files. | |
git reset --hard | |
# Remove all untracked files and directories. | |
git clean -fd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html
깃플로우.