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