From 552928e90c1ffa5890b66dbc5219b9753173255c Mon Sep 17 00:00:00 2001 From: WinterEkisha Date: Thu, 12 Feb 2026 15:20:50 -0800 Subject: [PATCH] update grammar --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index d491b5d..d3b31dd 100644 --- a/README.txt +++ b/README.txt @@ -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.