Skip to content

Instantly share code, notes, and snippets.

View SriVinayA's full-sized avatar

Sri Vinay Appari SriVinayA

View GitHub Profile
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]