Git Commands – Help Sheet
Essential Git commands for effective software development. Undo a commit git reset HEAD —hard Pulls latest changes from the repo and rebases changes from the master branch git pull origin remote-branch —rebase master Title git reset –soft HEAD Resets stage locally (undo’s any uncommitted changes) git reset -—hard HEAD Continues iterating through merged changes made […]
Also posted in Software Engineering
Leave a comment