when I set git config --global alias.pull 'pull --rebase=merges'
, it seems like git pull
does not do a rebase, it tells "Not possible to fast-forward, aborting".
maybe I can use another world instead of pull, but I used to using this word
when I set git config --global alias.pull 'pull --rebase=merges'
, it seems like git pull
does not do a rebase, it tells "Not possible to fast-forward, aborting".
maybe I can use another world instead of pull, but I used to using this word