Skip to content
Snippets Groups Projects
Commit cd002108 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

commands for committing changes

parent dc48f571
No related branches found
No related tags found
1 merge request!4more instructions
......@@ -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:
```
......
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