Answers for "adding to git"

0

adding to git

git remote add origin https://github.com/Kabuye-Rogers256/ubey.git
git branch -M main
git push -u origin main
Posted by: Guest on May-28-2021
0

git add .

git add <file> or you can do git add -A to add all files
Posted by: Guest on April-15-2020

Code answers related to "adding to git"

Browse Popular Code Answers by Language