1 2 3 4 5 6
# example workflow git pull --rebase=preserve origin master git add filename git commit -m "comment" git push origin master