diff --git a/talks/introduction/pytreat_intro.md b/talks/introduction/pytreat_intro.md index cc9c4fce4d121ee0f4a8d698a813d2c369019246..e663f009f7ebb47ec661d6e3cc5aadcf5d60e80e 100644 --- a/talks/introduction/pytreat_intro.md +++ b/talks/introduction/pytreat_intro.md @@ -468,7 +468,7 @@ Working with git and gitlab generally involves these steps: 1. Add new files to your local repository, or make changes to existing files. 2. Run `git add` on the new/changed files to _stage_ them. 3. Run `git commit` to commit all staged changes to your local repository. -4. Run `git push` to push those changes to your gitlab repository. +4. Run `git push` to push those commits to your gitlab repository. When you start working on a new project (or if you have an existing project