标签:git github
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 github
原文地址:http://lannyma.blog.51cto.com/4544390/1734411