Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git a clean history

git add . --all

git commit --fixup <id_hash>

git rebase -i --autosquash <id_hash_more_old>

git push --force origin <branch_to_push>
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #git #clean #history
ADD COMMENT
Topic
Name
5+9 =