会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
toodeep
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2015年9月18日
git常用命令1
摘要: git clone #克隆远程仓库的项目到本地git config --global user.name "" #查看或设置贡献者的名字git config --global user.email "" #查看或设置贡献者的邮箱git config --list #查看所有配置选项git s...
阅读全文
posted @ 2015-09-18 16:55 toodeep
阅读(182)
评论(0)
推荐(0)
编辑