Skip to content

Instantly share code, notes, and snippets.

@scarfunk
Created July 7, 2015 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scarfunk/02a5a533daea29faf5f3 to your computer and use it in GitHub Desktop.
Save scarfunk/02a5a533daea29faf5f3 to your computer and use it in GitHub Desktop.
git 활용서
# Revert changes to modified files.
git reset --hard
# Remove all untracked files and directories.
git clean -fd
@scarfunk
Copy link
Author

scarfunk commented Jul 7, 2015

@scarfunk
Copy link
Author

scarfunk commented Jul 7, 2015

http://ohgyun.com/402
깃플로우 전략.
feature 는 푸쉬 하지 않는다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment