Created
May 16, 2020 12:20
-
-
Save iniyanmurugavel/6be1dba1e37eec29ddf9f94f0452ca41 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 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