Skip to content
Snippets Groups Projects
Commit 92381ac0 authored by bbartels's avatar bbartels
Browse files

Update how_to_use_git.md

parent 12b77aa2
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.
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
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
```
......
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