Skip to content

Instantly share code, notes, and snippets.

@iniyanmurugavel
Created May 16, 2020 12:20
Show Gist options
  • Select an option

  • Save iniyanmurugavel/6be1dba1e37eec29ddf9f94f0452ca41 to your computer and use it in GitHub Desktop.

Select an option

Save iniyanmurugavel/6be1dba1e37eec29ddf9f94f0452ca41 to your computer and use it in GitHub Desktop.
Github commands
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