#plpbasicgitassignment Created a new repository named PLPBasicGitAssignment. Initialized it with a README file. Created a new folder on your local machine called PLPBasicGitAssignment. Opened git bash and navigate to this folder. Initialize a new Git repository in your local folder git init git remote add origin https://github.com/faithtinarwo/PLPBasicGitAssignment.git Created new text file inside your local folder named hello.txt. Added the text "Hello, Git!" to hello.txt. git commit -m "Add hello.txt with Hello, Git git push -u origin main Refresh github