
Git
高地捣蛋鬼
目前无工作,欢迎各位老板砸单
展开
-
Git中子模块的使用
Git中子模块的使用提炼用法how to create submodule relations? git clone ssh://git@3917f6dff4e8:20022/zhilan/sensor/tt.git git submodule add ssh://git@3917f6dff4e8原创 2020-06-22 15:53:12 · 231 阅读 · 0 评论 -
git错误 You are not currently on a branch的解决办法
今天使用 git pull和git push 命令,分别报错:You are not currently on a branch, so I cannot use any'branch.<branchname>.merge' in your configuration file.Please specify which remote branch you want to use ...原创 2020-03-22 17:54:37 · 77846 阅读 · 5 评论 -
git常用的基础操作
最近内网安装了 gitlab 用以代码托管,鉴于有些同事对于 git 的生疏,写了这篇文档,顺便发出来共享。ssh链接cat ~/.ssh/id_rsa.pub //查看本地是否有已生成的SSH key,存在会返回以'ssh-rsa'开头的字符串cd .ssh //进入.ssh路径下ssh-keygen -t rsa -C "your use...原创 2019-11-01 14:41:17 · 175 阅读 · 0 评论