From 14b143f9ecaf5638e9ebbede2610e64288c48f80 Mon Sep 17 00:00:00 2001 From: InoriShio Date: Thu, 5 Sep 2024 09:27:22 +0200 Subject: [PATCH] update --- AUR | 0 Git.sh | 13 +++++++++++++ Install | 0 Ricing | 0 4 files changed, 13 insertions(+) create mode 100644 AUR create mode 100644 Git.sh create mode 100644 Install create mode 100644 Ricing diff --git a/AUR b/AUR new file mode 100644 index 0000000..e69de29 diff --git a/Git.sh b/Git.sh new file mode 100644 index 0000000..9bdfd81 --- /dev/null +++ b/Git.sh @@ -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 \ No newline at end of file diff --git a/Install b/Install new file mode 100644 index 0000000..e69de29 diff --git a/Ricing b/Ricing new file mode 100644 index 0000000..e69de29