Skip to content

Commit

Permalink
Update gitconfig aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
timlkelly committed Oct 28, 2020
1 parent 242e336 commit b7c46e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
continue = rebase --continue
dc = diff --cached
di = diff
flog = log --oneline --graph --color --all --decorate
graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
l = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
peel = "!f() { git reset --soft HEAD^; git diff --staged --name-only | xargs git reset HEAD ;}; f"
rc = checkout release_candidate
unstage = reset HEAD
unstage = reset HEAD --
wip = commit -am 'WIP'

[color]
Expand Down

0 comments on commit b7c46e7

Please sign in to comment.