Tag Archives: git

GIT basic commands

Check branch

Show changes after your last commit

rollback to previous change (specific file) to the latest commit

Delete branch

Push new branch to the origin (my ‘git space’)

Restore file from upstream

Commit changes in one single line

If you want to merge the recent changes committed on the master branch into your dev branch

If you want to reset ALL from the version ‘on the web’

Source: http://rogerdudler.github.io/git-guide/