Skip to content

wdf2gy/myfirstrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

我的第一个Git仓库

Quick setup — if you’ve done this kind of thing before

SSH [email protected]:wdf2gy/myfirstrepo.git

We recommend every repository include a README, LICENSE, and .gitignore.

…or create a new repository on the command line

echo "# myfirstrepo" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:wdf2gy/myfirstrepo.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin [email protected]:wdf2gy/myfirstrepo.git
git push -u origin master

About

我的第一个仓库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published