Created
February 24, 2017 09:09
Revisions
-
AmilKey created this gist
Feb 24, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Your branch is ahead of 'origin/master' by 3 commits. will remove all commits not in origin/master where origin is the repo name and master is the name of the branch. git reset --hard origin/master