Open sebhoss opened 4 months ago
git_pull should pull changes from a remote and allow similar options similar to the options provided by git pull, e.g. --rebase, --ff, and --autostash.
git_pull
git pull
--rebase
--ff
--autostash
git_pull
should pull changes from a remote and allow similar options similar to the options provided bygit pull
, e.g.--rebase
,--ff
, and--autostash
.