diff options
author | Hendrik Jäger <henk@hnjs.ch> | 2020-11-11 11:19:50 +0100 |
---|---|---|
committer | Hendrik Jäger <henk@hnjs.ch> | 2020-11-11 11:19:50 +0100 |
commit | 23a47734a74d9371cde4bbcbac1690df95e19824 (patch) | |
tree | 63993c9e94babb57c526c54b82bd4946974f9ace /.config/git/config | |
parent | 6050e9a376a7e068796e9e4569e0c16b8a06b038 (diff) |
Add pull --all alias pla
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 4055158..d9efee8 100644 --- a/.config/git/config +++ b/.config/git/config @@ -26,6 +26,7 @@ [alias] # basic {{{ pl = pull + pla = pull --all ps = push st = status -s cl = clone |