|
You are here |
www.cesarsotovalero.net | ||
| | | | |
blog.danskingdom.com
|
|
| | | | | Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them. | |
| | | | |
gist.github.com
|
|
| | | | | Some useful Git aliases that I use every day. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
www.maxpou.fr
|
|
| | | | | A Git Cheat Sheet that focuses on Essential Commands for Experienced Developers. | |
| | | | |
www.integralist.co.uk
|
|
| | | Introduction git merge git merge --no-ff --edit git reset Force the merge commit git branch --contains Losing useful history git merge --squash git rebase git rebase --interactive git rebase --onto git format-patch Conclusion Introduction Imagine I have a master branch with one commit: 75eb1cb - (origin/master) README This is a single README.md file with the following content: - A: 1 Now imagine I have a branch from master called feat/foo and in that branch I've made 3 additional commits: | ||