840 B
840 B
Create Repository
- Open the working folder with File
- Ctr+Shit + P -> >Add Gitignore -> Select Python
- With stage you accept this files to be on the Git.
- After this you can start to Commit versions
Branch
- Type the name of the new Branch
The current branch will appear on the bottom-left
-
The you can work on this branch, and make Commits
-
If wanted to merge this branch to ==main== follow this steps:
- Commit last modification on the actual branch
- Change branch to main
- Select merge branch and select the branch from were to merge
- After this the ==main== will have the last modifications. If the branch is not needed you can delete it.