diff --git a/tasks/user_cfg/files/dotfiles/gitconfig b/tasks/user_cfg/files/dotfiles/gitconfig index 19bfcf6d497323cd404823fef65774db80d456b0..223dd52769c0be8f91c128b269988798ab170966 100644 --- a/tasks/user_cfg/files/dotfiles/gitconfig +++ b/tasks/user_cfg/files/dotfiles/gitconfig @@ -20,6 +20,7 @@ ci = commit co = checkout diff = diff --ignore-all-space + fp = fetch --prune lga = log --graph --oneline --decorate --since=10days --all lgla = log --graph --oneline --decorate --date=short --all lg = log --graph --oneline --decorate --since=10days @@ -33,6 +34,9 @@ [merge] tool = meld +[checkout] + defaultRemote=origin + [url "ssh://git@github.com/"] pushInsteadOf = https://github.com/ @@ -41,3 +45,6 @@ [url "ssh://git@lab.frogg.it/"] pushInsteadOf = https://lab.frogg.it/ + +[init] + defaultBranch = stable