summaryrefslogtreecommitdiff
blob: d7a9758f5b1dde344e106ec3f420424476bbf04f (plain)
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