This is the repository to learn bash scripting.
- Git clone repository : Download the whole repository
- git pull : Download only changes
- git add fileName : Git will start tracking that you're making on the file named fileName
- git commit -m "msg Name" : Adding msg to the commit / changes that ayou made.
- git push : Your changes will be pushed to the repo