Removed the old files with git rm
parent
bc1b28b82e
commit
9fa08ed980
@ -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
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue