You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git pull origin master # get the latest merged code
git checkout -b al-uber-cool-feature # create a feature branch<code code code># only one thing at a time!!<test test test>
git add <filespec># add the files you changed
git commit -sm "What I changed"
git push
I captured this flow after a conversation with Nathan Cerny