summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-11-06 23:29:50 -0500
committerJesse Luehrs <doy@tozt.net>2015-11-06 23:39:27 -0500
commitaf7727719136135901b224e3cfecddcfa37689c6 (patch)
tree03c716b3012552e149b56f7fc8f29ad2bfed0d60
parentb8ce2252bd9827ecf0d04fdc38a8b3fec0fccbb2 (diff)
downloadconf-af7727719136135901b224e3cfecddcfa37689c6.tar.gz
conf-af7727719136135901b224e3cfecddcfa37689c6.zip
another git alias
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 498be86..d1b4dc0 100644
--- a/gitconfig
+++ b/gitconfig
@@ -32,6 +32,7 @@
ri = rebase -i
fixup = "!f() { git record --fixup \"$@\"; }; f"
track = "!f() { local name=$(git name-rev --name-only @); git branch --set-upstream-to=origin/$name $name; }; f"
+ stashed = stash list --pretty=format:'%gd: %Cred%h%Creset %Cgreen[%ar]%Creset %s'
[github]
user = doy
[color]