Skip to content
Snippets Groups Projects
Commit 0fedbbf5 authored by Marina Popleteeva's avatar Marina Popleteeva
Browse files

Workflow, fork, clone, add folder, new branch, change, commit, push

parent 4cced25d
No related branches found
No related tags found
2 merge requests!134[release] Regular merge of develop,!122git part 2
......@@ -2,9 +2,15 @@
{ "filename": "index.md" },
{ "filename": "overview.md" },
{ "filename": "why.md" },
{ "filename": "workflow.md" },
{ "filename": "fork.md" },
{ "filename": "VSCodeGUI.md" },
{ "filename": "clone.md" },
{ "filename": "add-to-workspace.md" },
{ "filename": "branch.md" },
{ "filename": "commit.md" },
{ "filename": "push.md" },
{ "filename": "merge.md" },
{ "filename": "ssh.md" },
{ "filename": "test.md" },
{ "filename": "thanks.md" }
......
# Save your changes to server - push them
Your changes are saved localy. You need to save them on server. In git words: you need to *push them into your fork*.
If you chreated branch localy, it does not exest on the server. You need to *publish branch* first:
<img height="230px" src="slides/img/publish.png">
For all future changes or when the branch was created online:
<img height="230px" src="slides/img/push.png">
\ No newline at end of file
# Typical workflow
- Create your copy of original repository (*fork* in git words)
- Download your copy to your computer (*clone* in git words)
- Create a new brach
- Make changes
- Commit changes
- Create merge request to original repository
\ No newline at end of file
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