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

git 命令

分享到:
评论加载中,请稍后...
创APP如搭积木 - 创意无限,梦想即时!
回到顶部