站长资讯网
最全最丰富的资讯网站

安装使用Git

安装使用Git

安装git

#apt-get install git

配置git用户名

#git config –global user.name GIT-NAME

配置git邮箱

#git config –global user.email email-add@***.com

查看git配置信息

#git config –list

初始化git

#git init

从服务器拷贝文件到本地

#git clone https://github.com/username/repositoryname

从本地改完文件后上传

#git add filename

#git commit ‘ change notes for this time’

#git push -u origin master

赞(0)
分享到: 更多 (0)
网站地图   沪ICP备18035694号-2    沪公网安备31011702889846号