grammar
This commit is contained in:
2026-02-12 15:20:50 -08:00
parent 9d85a57439
commit 552928e90c

View File

@@ -2,7 +2,7 @@ Welcome to my self hosted git server
things you should know about git:
- 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
- Used to change which branch you are on.