diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-05-09 13:17:28 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-05-09 13:17:28 +0200 |
commit | e14cde25eb059370daa87a5e0601ada40f8e2e77 (patch) | |
tree | 22bf8a314d17c80b52c6710082fd5e9c0654a87e /.gitconfig | |
parent | 0d0810e84dbab21fa55a8d2a947eb63d1352f873 (diff) | |
download | dotfiles-e14cde25eb059370daa87a5e0601ada40f8e2e77.tar.gz dotfiles-e14cde25eb059370daa87a5e0601ada40f8e2e77.tar.xz |
git: Add f alias for fetch
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ ri = rebase -i --autosquash fix = commit --fixup list-branches = branch --sort=committerdate --format='%(HEAD) %(color:red)%(objectname:short)%(color:reset) %(align:30)%(color:yellow)%(refname:short)%(color:reset)%(end) %(align:30)(%(color:green)%(committerdate:relative)%(color:reset))%(end) %(align:20)%(authorname)%(end) %(contents:subject)' + f = fetch -p --all [merge] tool = kdiff3 conflictstyle = diff3 |