Last active
May 28, 2020 13:52
-
-
Save iniyanmurugavel/be8f7e5d9778f0f06b4b7936db5863aa to your computer and use it in GitHub Desktop.
Github commands
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
| Commands Usages | |
| git rm -r --cached . - remove local commits | |
| git tag 1.1.2 | |
| git commit -a -m "msg" | |
| git reset .travis.yml | |
| git push origin tag 1.1.4" | |
| // Git Tag Create | |
| commit tag Push | |
| git reset filename Normal remove | |
| git reset -- hard All Remove local | |
| // global decleration | |
| git config --global user.name "iniyan" | |
| git config --global user.email "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment