Answers for "add origin to local project for git"

C#
2

git add origin command

# To add origin
$ git remote add origin <github repo link>
Posted by: Guest on February-03-2021

Code answers related to "add origin to local project for git"

C# Answers by Framework

Browse Popular Code Answers by Language