Git
Exercise2
- Create an account to GitHub
- Create a new repository to GitHub named git_exercise
- Navigate to your local-repository (git_exercise)
- Add the url to your remote repo using name origin
- Configure the author name and email
- push the local master to remote master
- Create a new file named third.txt with some text
- Stage files, commit and push to GitHub
Video about the exercise