aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-09 13:25:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-09 13:25:03 +1200
commit1a1aa6781bc00e7650c84ad482c7a9bb92bd9913 (patch)
treec7d4f5f289cd76c924586e304c99dee93b7b1566 /git
parentAdd "fuckit" alias to Git configuration (diff)
downloaddotfiles-1a1aa6781bc00e7650c84ad482c7a9bb92bd9913.tar.gz
dotfiles-1a1aa6781bc00e7650c84ad482c7a9bb92bd9913.zip
Add git `ls` alias
Seems useful enough
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/git/gitconfig.m4 b/git/gitconfig.m4
index 7eda3679..6ae3afb6 100644
--- a/git/gitconfig.m4
+++ b/git/gitconfig.m4
@@ -5,6 +5,7 @@
pushUpdateRejected = false
[alias]
+ ls = log --oneline
others = ls-files --others --exclude-standard
fuckit = "!git clean -dfx ; git reset --hard"