From 418c3c010e7582b5d555bdd53d5268c38a266a6b Mon Sep 17 00:00:00 2001 From: Jones Date: Mon, 2 Jun 2025 19:13:00 +0930 Subject: [PATCH] Delete Push Procedure.txt idk why this was here it was an acciadent --- Push Procedure.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Push Procedure.txt diff --git a/Push Procedure.txt b/Push Procedure.txt deleted file mode 100644 index 9fd4a537..00000000 --- a/Push Procedure.txt +++ /dev/null @@ -1,14 +0,0 @@ -🔧 Step-by-step in command prompt: -Check the status of your changes: - - -git add . -This adds all the changed files. If you only want specific files, you can do git add filename. - - -git commit -m "commit message here" -Write something descriptive (but it doesn’t need to be Shakespeare). - - -git push origin main -Replace main with master if your branch is called that — check with git branch. \ No newline at end of file