write simple git completion for bash

This commit is contained in:
Felix Van der Jeugt 2017-10-09 10:22:36 +02:00
parent c703a6f0df
commit 45f04eaa57
No known key found for this signature in database
GPG key ID: 58B209295023754D
2 changed files with 20 additions and 0 deletions

View file

@ -18,3 +18,4 @@
pushf = push --force-with-lease
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ff = merge --ff-only
co = checkout