随笔分类 -  git

gitlab 误关闭sign-in
摘要:sudo gitlab-rails console ApplicationSetting.last.update_attributes(password_authentication_enabled_for_web: true) 阅读全文
posted @ 2018-09-12 15:08 九重霄 阅读(504) 评论(0) 推荐(0)
git clone远程branch和tag
摘要:接着上一个笔记讲,我们想从remote repository上获取某个branch的某个tag。这句可以理解为,以angular,我们想获得angular的angular1的v.0.1.1的版本。 1.查看远程分支git branch -r 2.测试git clone romete,只是clone远 阅读全文
posted @ 2018-07-13 19:29 九重霄 阅读(636) 评论(0) 推荐(0)