summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-04-18 09:02:13 -0700
committerMike Crute <crutem@amazon.com>2019-04-18 09:38:28 -0700
commitac6969e12bd476e6f09223373120ed2be09fa93e (patch)
treee3cb98ac62ceb6712608eb9dbd61fed64ca586f6 /.gitconfig
parentcfd010579bfe3caba636c801d7e163efd93ddc5d (diff)
downloaddotfiles-ac6969e12bd476e6f09223373120ed2be09fa93e.tar.bz2
dotfiles-ac6969e12bd476e6f09223373120ed2be09fa93e.tar.xz
dotfiles-ac6969e12bd476e6f09223373120ed2be09fa93e.zip
Add git ls alias
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 5b0d98b..a8cb4a8 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -45,6 +45,7 @@
45 ra = !git l --all -20 45 ra = !git l --all -20
46 lp = log --format=full -p -1 46 lp = log --format=full -p -1
47 lf = log --format=fuller -p 47 lf = log --format=fuller -p
48 ls = log --stat --format=fuller
48 sl = !git l -n 10 49 sl = !git l -n 10
49 ca = commit -v --amend 50 ca = commit -v --amend
50 ap = add -p 51 ap = add -p