Alois Mahdal 7 anni fa
parent
commit
312251a92a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      dotfiles/gittum/main.gitconfig

+ 1
- 0
dotfiles/gittum/main.gitconfig Vedi File

@@ -5,6 +5,7 @@
5 5
 [alias]
6 6
   ap = !clear && git add --patch
7 7
   br = branch
8
+  bra = branch -avv
8 9
   blog = log --graph --oneline --pretty=tformat:'%Cred%h%Creset - %C(yellow)%s%Creset %C(green)<%an>%Creset %C(blue)@%d%Creset' --abbrev-commit
9 10
   cm = commit --verbose
10 11
   cma = commit --verbose --amend