Delete Push Procedure.txt idk why this was here it was an acciadent

This commit is contained in:
Jones
2025-06-02 19:13:00 +09:30
committed by GitHub
parent 4c55cf4331
commit 418c3c010e
-14
View File
@@ -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 doesnt need to be Shakespeare).
git push origin main
Replace main with master if your branch is called that — check with git branch.