Answers for "creating repo from command line"

1

create new repository on the command line

git init
git add README.MD
git commit -m "commit message"
git remote add origin git url_of_github_repo
git push origin master
Posted by: Guest on June-08-2020

Code answers related to "creating repo from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language