Answers for "git hubh"

14

github

git config --global user.email "[email protected]"
Posted by: Guest on March-21-2020
0

github

echo "# dvd-test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bouliky/dvd-test.git
git push -u origin main
Posted by: Guest on March-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language