Let's practice using git and github through our terminal CLI!
Hello world!!!
- Clone a Repository:
$ git clone *url* under url you actually enter the url of the repo you want to clone
- Check Status:
$ git status
- Stage (Add):
$ git add -A
- Commit:
$ git commit -m "commit message"
- Push:
$ git push origin mater
- Check Remote:
git remote -vasdfa