随笔分类 -  Github

Note all git hub operations
Git command line
摘要:# Pull the repo from mastergit pull# Create branch for myself in localgit branch john/jenkins_code# switch to myself branch of localgit checkout john/... 阅读全文

posted @ 2015-04-10 15:10 Newbie wang 阅读(307) 评论(0) 推荐(0)

How to generate ssh key only for github and not conflict with original key
摘要:3生成SSH公钥$ ssh-keygen -t rsa -C "your_email@youremail.com"#ssh-keygen -t dsa -C "your_email@youremail.com" # Creates a new ssh key using the provided e... 阅读全文

posted @ 2015-04-10 15:08 Newbie wang 阅读(255) 评论(0) 推荐(0)