Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Code-Sun/springboot-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

本地新建一个项目上传到git仓库

IEDA新建一个项目springboot-learning
在项目跟目录下,右键git bash项目,输入命令 git init,这时会在项目根目录下生成.git文件夹
git add . 将所有文件添加到git
git commit -m "first commit",提交添加的文件
在github创建远程仓库springboot-learning
git remote add origin https://github.com/Code-Sun/springboot-learning.git
git push -u origin master,推送到远程仓库
git rm -r --cached .idea  删除.idea文件夹
git commit -m "删除.idea文件夹"
git push

别人的项目git地址

https://github.com/JeffLi1993/springboot-learning-example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages