Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
win-pytreat
Commits
cd002108
Commit
cd002108
authored
Mar 04, 2020
by
Paul McCarthy
🚵
Browse files
commands for committing changes
parent
dc48f571
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
cd002108
...
...
@@ -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:
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment