Answers for "how init in new repo github"

0

initialize github repository

$git init
$git config --global user.email "your email"
$git config --global user.name "Your name"
$git remote add origin https://github.com/username/new_repo(Can be copied from github directly)
$git push -u origin master
Posted by: Guest on May-30-2021
-1

init step way to create repository git

git configuration
Posted by: Guest on July-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language