From 89d579cda80e5c0c69457e493a4838b0579d5b26 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 16 Feb 2018 18:47:52 +0000 Subject: [PATCH] clarification --- talks/introduction/pytreat_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talks/introduction/pytreat_intro.md b/talks/introduction/pytreat_intro.md index cc9c4fc..e663f00 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 -- GitLab