首页 > 其他 > 详细

git完整使用

时间:2016-01-13 11:02:11      阅读:187      评论:0      收藏:0      [点我收藏+]


git config --global user.name "lannyMa"

git config --global user.email "ihorse@foxmail.com"

git config --global color.status auto

git config --list


配置文件:

root@lanny:~# cat .gitconfig


git clone https://github.com/lannyMa/lannyblog.git

cd lannyblog

echo "Based on the RHEL&Centos system" > features

git add features

git commit -m "add features"


git push -u origin master


本文出自 “LannyMa” 博客,请务必保留此出处http://lannyma.blog.51cto.com/4544390/1734411

git完整使用

原文:http://lannyma.blog.51cto.com/4544390/1734411

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!