清泛IT社区

标题: Git基本命令 [打印本页]

作者: 清泛网    时间: 2016-04-19 14:32
标题: Git基本命令
在~/.ssh/config中使用vim配置主机信息。
Host XXX

    uesr git
    HostName www.XXX.com
    Port 8000

从服务器上下载项目
git clone Host:projectName.git
Host为1中的XXX,projectName为服务器上的项目名称

更新本地代码
git commit -a -m 'some information about the current version'

将代码同步到服务器
git push XXX:projectName








欢迎光临 清泛IT社区 (https://bbs.tsingfun.com/) Powered by Discuz! X3.3