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
Basic flow: (basis status check, add, commit, push) | |
git status | |
git add . | |
git commit -m "dc-00: comment" | |
git push | |
git diff *_client.html | |
git checkout -- abc.java | |
git commit filename | |
git diff --cached [filename] | |
git diff HEAD [filename] |