摘要: An SSH key allows you to establish a secure connection between your computer and GitLab.Before generating an SSH key, check if your system already has... 阅读全文
posted @ 2015-04-13 21:39 Leyton-Caotong 阅读(584) 评论(0) 推荐(0)
摘要: Git global setupgit config --global user.name "****"git config --global user.email "****@****.com"Create a new repositorymkdir testcd testgit inittouc... 阅读全文
posted @ 2015-04-13 21:35 Leyton-Caotong 阅读(237) 评论(0) 推荐(0)