Skip to content
Snippets Groups Projects
Verified Commit 154f68a6 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

change slide of creating a new branch

parent e3ae5eb9
No related branches found
No related tags found
3 merge requests!134[release] Regular merge of develop,!132revision of part 2,!122git part 2
# Create new branch
# Create a new branch
To encapsulate your changes, isolate your work from other and help Git to easile merge virsions later, we work on branches.
As part of the workflow, create a branch before starting to work.
- Click on branch symbol in side bat (bottom of VS Code window)<br>
<img height="100px" src="slides/img/branch.png">
- Choose "+ Create New Branch..."<br>
<img height="230px" src="slides/img/newBranch.png">
- Give the name to your new branch<br>
<img height="100px" src="slides/img/newBranchSwitched.png">
\ No newline at end of file
- Click on branch symbol (bottom left)
<img height="100px" src="slides/img/branch.png">
- Choose "+ Create New Branch from..."
- Give the name to your new branch
- Select `origin/develop`
<img src="slides/img/icon-live-demo.png" height="100px">
2022/2022-06-07_git-trilogy-part-2/slides/img/newBranch.png

124 KiB

2022/2022-06-07_git-trilogy-part-2/slides/img/newBranchSwitched.png

20.6 KiB

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