Project to learn github and practise Angular.
- Git clone : downloading codebase
git status
to check file status ot number of modified files- to configure email and username
git config --global user.name "your-name"
git config --global user.email "your-email"
git push
to move code changes to local to remote repogit commit
to adding changes to source code