]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: Add alias `stashes`
authorOleg Broytman <phd@phdru.name>
Fri, 16 Nov 2018 15:40:29 +0000 (18:40 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 16 Nov 2018 15:40:29 +0000 (18:40 +0300)
.gitconfig

index 11205f98f4a9904a7d320b94fee8d2523cbeeff7..8c2f04054602eeaf5879f5b76feb30e0198a8537 100644 (file)
   unassume-all = "!git assumed | xargs git update-index --no-assume-unchanged"
   assumed  = !"git ls-files -v | grep ^h | cut -c 3-"
 
+  stashes = stash list
+
        branches = branch --all
        ca = commit --all
        cv = commit --verbose