Hello, Git!
Below are the Git Code i used in pushing my changes to github repository
git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/abdesigns1/PLPBasicGitAssignment.git
git push -u origin master
Hello, Git!
Below are the Git Code i used in pushing my changes to github repository
git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/abdesigns1/PLPBasicGitAssignment.git
git push -u origin master