Category Archives: git

Git commands

# commit all updates (not add new) git commit -a -m”commit message” #pull and overwrite local uncommitted changes git fetch –all git reset –hard origin/master

Posted in git | Tagged | Leave a comment