dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8bb6025caeec84d828e7b94404d111fbd26b4096
parent 9cc1aecf3d29978eb599a84a85255f2b084c107f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 30 Sep 2019 20:03:59 +0200

Add more git aliases

Diffstat:
M.gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -7,6 +7,8 @@ [alias] a = add c = commit -S -v + p = push + pu = pull l = log --pretty='format:%h %s%d' -n 20 --graph tags = tag -l branches = branch -a