Skip to content
Snippets Groups Projects
Commit 6dc1fc39 authored by bbartels's avatar bbartels
Browse files

Update how_to_use_git.md

parent 1f21b79a
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ Now you can make edits and commits as you normally would. ...@@ -172,7 +172,7 @@ Now you can make edits and commits as you normally would.
It's good practice to update the remote repository with a copy of your branch. It's good practice to update the remote repository with a copy of your branch.
You should periodically push it once you have made some commits, and definitely You should periodically push it once you have made some commits, and definitely
once your are finished with the fix or feature associated with this branch. once you are finished with the fix or feature associated with this branch.
``` ```
git push origin name-of-my-branch git push origin name-of-my-branch
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment