diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 21:33:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 21:33:38 +0300 |
commit | f7b9e04591ef28354ee96abb717e3d0fd2451658 (patch) | |
tree | 27494df4fdb0bc11c9c4e8bdc8d89369617406ca | |
parent | .gitconfig: fetch.prune = true (diff) | |
download | linux-home-f7b9e04591ef28354ee96abb717e3d0fd2451658.tar.gz linux-home-f7b9e04591ef28354ee96abb717e3d0fd2451658.zip |
.gitconfig: add alias.l
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,5 +24,6 @@ [alias] clean-ignored = clean -fdX clean-all = clean -fdx + l = log --oneline [fetch] prune = true |