|
You are here |
geoffrich.net | ||
| | | | |
williamdurand.fr
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Using git submodules I tried to stay up to date with my hugo theme. | ||