[go: up one dir, main page]

Skip to content

laijianxin/learngit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Git is a version control system.
Git is free software.

mkdir repositories 
cd repositories
git init 
你要编写的代码
git add file
git commit -m "提交信息"


git remote add origin git@github.com:laijainxin/learngit,git

git push -u origin master


家里测试!

Releases

No releases published

Packages

No packages published