- clone
- add
- commit
- push
- pull
$ git --version
$ git clone https://github.com/aidowu1/Ades-MLOps-Tutorials.git
$ cd Ades-MLOps-Tutorials
5. View the full list of assets (files/folders, including hidden ones) in the cloned repo:
$ ls -la
$ git status $ git add .
$ git commit -m "Git Tutorial Part 1" -m "This tutorial demos the basic commands of Git!!"
$ git push -u origin main