Git Workflow
Git Workflow
1.
2.
3.
4.
5.
Committing
Now, you can make your changes, and create a
commit that tracks just those changes.
git commit -am "adding a smileyface to the documentation."
Step 6: Pushing
Next, you'll push this topic branch to your own
fork of the project.
git push origin enhancment_345