Skip to content

Instantly share code, notes, and snippets.

View pangiole's full-sized avatar
🏠
Working from home

Paolo Angioletti pangiole

🏠
Working from home
View GitHub Profile
test
@pangiole
pangiole / REBASE.md
Last active June 17, 2018 16:36
Rebasing strategy

Feature branches

Here it is a practical recipe to make you prefer rebase merging (git rebase) over recursive merging (git merge) especially when it's time to integrate changes from others while working on a feature branch.

Following alias will come in handy:

git config --local alias.history 'log --oneline --decorate --graph'

Synchronize