Skip to content

Commit

Permalink
Update aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2000 committed Mar 6, 2018
1 parent dd77b96 commit 08d00b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
defaultToUpstream = true
[alias]
st = status -sb -uno
ll = log --pretty=format:'%C(yellow)%h %Cblue%an%Cgreen%d %Creset%s'
ll = log --pretty=format:'%C(yellow)%h %Cblue%ar %an%Cgreen%d %Creset%s'
ls = log --name-status
ci = commit
br = branch -v
bc = !git co master && git pull && git branch --merged | grep -v \"\\*\" | xargs -n 1 git branch -d
bc = !git co master && git pull && git branch --merged | grep -v \"\\*\" | xargs -n 1 git branch -d && git remote prune origin && git gc --prune=now
co = checkout
unstage = reset HEAD
df = !git diff && git diff --staged
Expand Down

0 comments on commit 08d00b8

Please sign in to comment.