Explore >> Select a destination


You are here

rollen.io
| | fuller.li
2.5 parsecs away

Travel
| |
| | yingtongli.me
3.9 parsecs away

Travel
| |
| | techtldr.com
3.7 parsecs away

Travel
| | My current work requires me to submit weekly reports and so did some other jobs that I've had in the past. To help with that task, I wrote the following script that: Goes through every one of my git repos Checks if I've made any commits in the past week If I did, prints the [...]
| | www.integralist.co.uk
14.9 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: