This commit is contained in:
2026-02-01 16:45:46 -08:00
parent 74dcd8c812
commit e4fc05852f

View File

@@ -5,7 +5,7 @@ things you should know about git:
- 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 - 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 clone - git clone
- When doing the "git clone git@server:repo" command it is important to note that you will not always start off on the branch that you have write access too, for simplicity check which branch you are on first - When doing the "git clone git@server:Username/Repo" command it is important to note that you will not always start off on the branch that you have write access too, for simplicity check which branch you are on first
- git commit - git commit
- The main method for seeing if your copy of the repo/branch is updated or not. you can make commits locally and the server will also keep track of commits - The main method for seeing if your copy of the repo/branch is updated or not. you can make commits locally and the server will also keep track of commits