Skip to content

Kentaro-Furukawa/github-remote-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

github-remote-setup

Github setup reference.

Quick setup

Create a new repository on the command line

echo "# testy" >> README.md

git init

git add README.md

git commit -m "first commit"

git branch -M main

git remote add origin https://github.com/Kentaro-Furukawa/testy.git

git push -u origin main

Push an existing repository from the command line

git remote add origin https://github.com/Kentaro-Furukawa/testy.git

git branch -M main

git push -u origin main

Import code from another repository

You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

About

Github setup reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published