Explore >> Select a destination


You are here

emacsair.me
| | misha.brukman.net
5.2 parsecs away

Travel
| | Useful Git aliases for streamlined workflows.
| | initialcommit.com
4.2 parsecs away

Travel
| | Using git add to stage changes in a git workflow.
| | ejpcmac.net
3.2 parsecs away

Travel
| |
| | www.integralist.co.uk
19.6 parsecs away

Travel
| 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: