From e4fc05852f21e8ed61b58577f18cd19ad9efa075 Mon Sep 17 00:00:00 2001 From: WinterEkisha Date: Sun, 1 Feb 2026 16:45:46 -0800 Subject: [PATCH] update --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index ead8be4..60d74fe 100644 --- a/README.txt +++ b/README.txt @@ -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 - 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 - 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