Post 2
Paragraph 1
Paragraph 2
Paragraph 1
Paragraph 2
This is intended for myself to refer back to in case I forget how to work with Git.
Cloning a project/repository
1. Get the repository address from the GitHub page
2. Make a folder and cd to the folder you want to clone to
3. Clone the repository to the folder:
Upload changes to repository
1. Get the latest version of the repository
2. Add all the changes
3. Commit these chaneges (with a message)
4. Finally, push the commit
5. Enter username and password