Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git discard all unpushed commits

# Remove ALL commits up to commit hash.
# NB: Make sure these commits have not been pushed.

git reset --hard <commit hash number>
 
PREVIOUS NEXT
Tagged: #git #discard #unpushed #commits
ADD COMMENT
Topic
Name
3+4 =