From 9fa08ed980299a1ea0a7f7b3719732ba2a9eff19 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 2 Jun 2020 10:49:50 +0100 Subject: [PATCH] Removed the old files with git rm --- dwm | 0 git | 15 --------------- my_installs | 0 tmux | 0 vim | 0 5 files changed, 15 deletions(-) delete mode 100644 dwm delete mode 100644 git delete mode 100644 my_installs delete mode 100644 tmux delete mode 100644 vim diff --git a/dwm b/dwm deleted file mode 100644 index e69de29..0000000 diff --git a/git b/git deleted file mode 100644 index 4338ebd..0000000 --- a/git +++ /dev/null @@ -1,15 +0,0 @@ -" Create a GitHub repository and setup with terminal - -" Initialise the local repo -git init -" Add a file to the repo, in this case the file was "git" -git add git -" Commit to the repo, with a message -git commit -m Commiting the empty repository to GitHub -" Add the local repo to the GitHub repo -git remote add origin https://github.com/SirAney/references.git -" Push the commits from the local repo to the GutHub repo -git push -u origin master - -" Commit new changes to the repository - diff --git a/my_installs b/my_installs deleted file mode 100644 index e69de29..0000000 diff --git a/tmux b/tmux deleted file mode 100644 index e69de29..0000000 diff --git a/vim b/vim deleted file mode 100644 index e69de29..0000000