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

Skip to content

purelegant/any

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. 建立本地仓库与远程仓库的连接配置:

git remote add origin [email protected]:purelegant/any.git

  1. 将代码推送至远程仓库(现在没有进行分支配置,所以只有一个master分支):

git push -u origin master

注意:这时候github仓库不要初始化

  1. 如果修改了本地的文件,然后提交

git commit -a -m "Change Emp.java"

但是这一步并没有将服务器的代码更新

  1. 将本地的代码与远程仓库进行合并

git push -u origin master

About

个人开发

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages