Skip to content
kdahm85 edited this page Oct 31, 2016 · 7 revisions
Create new branch and make code modifications
gco -b ken/feature/x
ggpush
# make code modification
Commit files
gst
git add “whatever here”
gcmsg “Feature #X” .
ggpush
# create pull request
Go back to develop branch and pull
gco develop 
ggpull

Clone this wiki locally