From cd0021085660218d79cad027dfa73d3dc182bb8e Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 4 Mar 2020 10:47:31 +0000 Subject: [PATCH] commands for committing changes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 205aec3..77f30b5 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,11 @@ repository. 3. Make your changes on this branch. + ``` + git add <my_new_and_changed_files> + git commit -m 'super cool updates' + ``` + 4. Push your changes to the gitlab repository: ``` @@ -112,6 +117,11 @@ repository. 4. Make your changes on your local repository + ``` + git add <my_new_and_changed_files> + git commit -m 'super cool updates' + ``` + 5. Push your changes to your fork: ``` -- GitLab