Skip to content

sjk971106/git-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

git-test

学习git

初始化

$git init

拉取远程代码

$git clone https://github.com/sjk971106/git-test.git

添加与提交

$ git add 或 $ git add *

提交至本地版本库

$ git commit -m "代码提交信息"

推送到远程仓库

$ git push origin master

更新代码

$ git pull

About

学习git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages