Explore >> Select a destination


You are here

jvns.ca
| | antonz.org
13.2 parsecs away

Travel
| | Interactive introduction to Git with real-world use cases.
| | www.integralist.co.uk
12.7 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:
| | www.mgasch.com
13.1 parsecs away

Travel
| | Ever wanted to contribute to an open source project but quickly got overwhelmed with git terminology? I'm glad you asked...
| | www.marclittlemore.com
107.7 parsecs away

Travel
| All developers want to ship code on a daily basis. If we want to get our code to our users more frequently, how can we ensure we release with confidence?