What is the purpose of this README file?
Not too sure myself
Jokes aside, this README is meant to be an introduction to myself in regards to working with Markdown
During this course on Codedex i've learnt about the command line and how to work with Git and GitHub. Some of the most useful commands i've learned are:
pwdecho output-hereecho "text" > file
cat filecat file-a > file-bcat file-a >> file-b
rm filegit initgit remote add origin <repository_url>git branch -M maingit addgit commit -m 'Your commit message here'git statusgit push -u origin main