Skip to content

h0822m/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#git 命令操作#
git init *
git add *
git commit -m '初始化项目版本'
git clone  仓库
git clone 仓库 本地目录
如:git clone git://github.com/h0822m/test.git
git clone git://github.com/h0822m/test.git mygit
echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/h0822m/test.git
git push -u origin master

git remote add origin https://github.com/h0822m/test.git
git push -u origin master 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages