lab 53 Thank You

NOTE: Just make sure to push all commits before the deadline (no need to open a github repository and referencing it since we started from a github repository).

Execute:

Go to github.com and open a new repository ('+' button) called hello, git-immersion, or a like. Leave it empty without the README and .gitignore files.

Execute:

git remote add origin https://github.com/<username>/<repo-name>.git
git push origin --all
git push origin --tags

Verify & Submit:

Before sumitting check that in the commits URL you can see your work history, e.g.,
https://github.com/<username>/<repo-name>/commits

Table of Contents