update
grammar
This commit is contained in:
@@ -2,7 +2,7 @@ Welcome to my self hosted git server
|
|||||||
|
|
||||||
things you should know about git:
|
things you should know about git:
|
||||||
- git branch
|
- git branch
|
||||||
- Used to check branchs you are on, and to create/delete them. Each repo will have a set of branches, main should be the primary branch where everything is tested that it works before hand, any secondary branches are to write code before pushing it to main so that you have a place to store it publicly
|
- Used to check which branch you are on, and to create/delete them. Each repo will have a set of branches, main should be the primary branch where everything is tested that it works before hand, any secondary branches are to write code before pushing it to main so that you have a place to store it publicly
|
||||||
|
|
||||||
- git checkout
|
- git checkout
|
||||||
- Used to change which branch you are on.
|
- Used to change which branch you are on.
|
||||||
|
|||||||
Reference in New Issue
Block a user