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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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