/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

geoffrich.net
| | williamdurand.fr
1.5 parsecs away

Travel
| | My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance).
| | blog.henricook.com
2.5 parsecs away

Travel
| | I take these git aliases from project to project with me, here they are in case they're good for you too! They're purposefully short, as anyone who works with git regularly on the command line and likes shortcuts may have noticed, it's a lot of keyst...
| | felixrieseberg.com
2.2 parsecs away

Travel
| | You need to rebase a feature branch you worked on weeks ago. Merge conflicts everywhere. But: There's hope. Use "git merge --squash".
| | blog.bdw.li
6.2 parsecs away

Travel
| Using git submodules I tried to stay up to date with my hugo theme.