Git Squash
chose squash instead of pick
bash
git rebase -i masterchose squash instead of pick
bash
git log --graph --oneline --all 4
https://youtu.be/6fnlj5140ac?list=PLTZYG7bZ1u6qck0rYNHO2Yfjzq5ZRRTCe&t=1223bash
git push -fgit/git-squash.md
Related articles
- GitGit SubmodulesA practical guide to adding, updating, moving and removing Git submodules.
- GitGit CommandTo list all references
- GitGit Delete BranchSee which side introduced the current differences
- GitGit LogTo show short commit id, date and commit title To view the code changed by commit id To show graph with last 5 lines To show all branchs