Closed nqminhuit closed 5 months ago
running git rebase origin/develop after git fetch equals to git pull while at branch develop We can rely on this function to avoid running gis pull after gis fetch
git rebase origin/develop
git pull
gis pull
gis fetch
running
git rebase origin/develop
after git fetch equals togit pull
while at branch develop We can rely on this function to avoid runninggis pull
aftergis fetch