Skip to content

Commit

Permalink
Adding git duet-rebase that calls fixcommitter; ALWAYS
Browse files Browse the repository at this point in the history
Signed-off-by: Davis W. Frank <[email protected]>
  • Loading branch information
goonzoid authored and Davis W. Frank committed Jul 20, 2018
1 parent 1460910 commit 21aaa1c
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions assets/gitconfig
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
[alias]
blog = "loga origin/master... --left-right"
br = branch
co = checkout
di = diff
ds = "diff --staged"
fixup = "commit --fixup"
flog = "log --pretty=fuller --decorate"
lg = "log --graph --abbrev-commit --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%an & %cn%Creset'"
llog = "log --date=local"
lol = "log --graph --decorate --oneline"
lola = "log --graph --decorate --oneline --all"
rum = "rebase master@{u}"
squash = "commit --squash"
st = status
sta = stash
unstage = "reset HEAD"

## git-duet commands
amend = "duet-commit --amend"
blog = "log origin/master... --left-right"
br = branch
ci = duet-commit --verbose
co = checkout
di = diff
drb = rebase -i --exec 'git duet-commit --amend'
ds = "diff --staged"
fixup = "commit --fixup"
flog = "log --pretty=fuller --decorate"
lg = "log --graph --abbrev-commit --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%an & %cn%Creset'"
llog = "log --date=local"
lol = "log --graph --decorate --oneline"
lola = "log --graph --decorate --oneline --all"
rum = "rebase master@{u}"
squash = "commit --squash"
st = status
sta = stash
unstage = "reset HEAD"
drb = rebase --exec 'fixcommitter'

[core]
hooksPath = /Users/pivotal/workspace/git-hooks-core
[merge]
Expand Down

0 comments on commit 21aaa1c

Please sign in to comment.