Skip to content

ZiLongLing/springboot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

springboot-example

springboot-example

git命令大全

命令 作用
git config --list 查看所有git配置
git config --global key value 设置git配置(key:git配置Name,value:配置值)
git clone url 克隆git项目到本地
git add . 把当前文件夹里的文件加入版本控制
git commit -m "log" 提交到本地仓库(log:提交输入说明信息)
git push -u origin master 同步本地仓库至远程仓库

About

springboot-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published