This repository was created to practice and master github and git workflow and commands at Power Learn Project
- Created "PLPBasicGitAssignment" repository on my github account
- git clone {http URl} on my local terminal
- add an hello.txt file and wrote a text inside `echo "Hello, Git > hello.txt`
- git add .
- git commit -m Add hello.txt with a greeting
- git push