From a82ebad1bc39757e3e342663c917f69761f9a18a Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 30 Nov 2022 19:11:16 -0500 Subject: [PATCH] add git aliases --- config/git/.gitconfig | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/config/git/.gitconfig b/config/git/.gitconfig index 91ba34b..bbd453c 100644 --- a/config/git/.gitconfig +++ b/config/git/.gitconfig @@ -22,21 +22,24 @@ [pull] ff = only [alias] + s = status + st = status a = add aa = add --all ai = add -i - s = status - st = status c = commit ca = commit -a cm = commit -m cam = commit -am - br = branch co = checkout + br = branch d = diff df = diff dt = difftool lg = log - pl = log --all --decorate --oneline --graph - gr = log --all --decorate --oneline --graph + plog = log --all --decorate --oneline --graph graph = log --all --decorate --oneline --graph + pl = pull + pul = pull + ps = push + puhs = push