Answers for "who make git"

0

new git

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Posted by: Guest on August-08-2021
0

who create git

Linus Torvalds
Posted by: Guest on May-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language