随笔分类 -  Git

摘要:svn propset -R svn:ignore -F .cvsignore . 阅读全文
posted @ 2019-07-15 16:52 Quintinz 阅读(1731) 评论(1) 推荐(1)
摘要:mac和linux的git的ssh密钥的方法配置信息$ git config --global user.name "xx"$ git config --global user.email "xx@xx.com"生成 ssh密钥的命令ssh-keygen -t rsa -C "xx@xx.com"密 阅读全文
posted @ 2018-01-18 19:52 Quintinz 阅读(174) 评论(0) 推荐(0)