dotfiles/git
Sanchayan Maity 6bca8ccaad git: gitconfig: Use merge as default strategy for git pull
git config pull.rebase false  # merge (the default strategy)
git config pull.rebase true   # rebase
git config pull.ff only       # fast-forward only

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-06-13 14:15:10 +05:30
..
.config/git git: Use a global gitignore 2020-04-16 10:26:58 +05:30
.gitconfig git: gitconfig: Use merge as default strategy for git pull 2020-06-13 14:15:10 +05:30