Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 743 Bytes

Minecraft-Cauldron

Minecraft Cauldron Server - config - plugins - README.md

Git

代码 备注
git reset --hard 回退文件
git pull origin master 拉去远程更新
git add 保存修改并暂存
git stash 查看暂存状态
git commit -m "Note Message" 提交已暂存的修改
git push (-u) origin master 推送本地更新
git remote -v 查看当前远程仓库
git remote add git://github.. 添加远程仓库