码迷,mamicode.com
首页 > 其他好文 > 详细

git 提交代码

时间:2017-04-21 09:36:59      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:user   删除文件   提交代码   删除   not   命令   for   git pull   push   

先连接到github

$ ssh -T git@github.com
Enter passphrase for key ‘/c/Users/Lucifa/.ssh/id_rsa‘:
Hi JACKY! You‘ve successfully authenticated, but GitHub does not provide shell access.

更新代码服务器代码

$ git pull
Already up-to-date.

先把新的文件test123.sh加入到暂存区

$ git add test123.sh        (如果是删除文件执行 git rm test123.sh,后面是相同的命令)

确认提交。

$ git commit -m ‘test123‘

提交到服务器

$ git push origin master

git 提交代码

标签:user   删除文件   提交代码   删除   not   命令   for   git pull   push   

原文地址:http://www.cnblogs.com/yangxuming/p/6741719.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!