Answers for "how to create git repository in ubuntu"

0

can i create a git repository via terminal

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/<reponame>.git
git push -u origin master
Posted by: Guest on September-17-2021
0

create github repository from git bash

Git and git hub repo
Posted by: Guest on October-15-2021

Code answers related to "how to create git repository in ubuntu"

Browse Popular Code Answers by Language