Skip to content

Instantly share code, notes, and snippets.

@bozdoz
Created November 16, 2021 17:55
Show Gist options
  • Save bozdoz/3f9a868dad92021e42b416b13e77680c to your computer and use it in GitHub Desktop.
Save bozdoz/3f9a868dad92021e42b416b13e77680c to your computer and use it in GitHub Desktop.
[alias]
rebase-since = !sh -c 'git rebase -i $(git merge-base --fork-point \"${1:-master}\" HEAD)' -
graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) <%an>%Creset' --abbrev-commit --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment