Skip to content

Instantly share code, notes, and snippets.

@iniyanmurugavel
Last active May 28, 2020 13:52
Show Gist options
  • Select an option

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

Select an option

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