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

This entry was posted in git and tagged . Bookmark the permalink.

Leave a comment