what the fuk do you mean empty commit

This commit is contained in:
2024-09-07 16:01:06 +02:00
parent 5c6a7646a6
commit 070f375a05
2 changed files with 7 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Create a new repository on the command line
echo "# Arch" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M Home
git remote add origin https://github.com/InoriShio/Arch.git
git push -u origin Home
# Push an existing repository from the command line
git remote add origin https://github.com/InoriShio/Arch.git
git branch -M Home
git push -u origin Home