1 Star 0 Fork 0

Brook's/work-scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git.sh 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
liushaojun 提交于 2018-05-02 15:05 . add git cmd.
#!/bin/bash
# @Date : 2018-05-02
# @Author : Brook (liu785029095@gmail.com)
# @Link : http://ganlu.ren
# @Version : 1.0.0
git config --global user.name "liushaojun"
git config --global user.email "liushaojunvip@sina.com"
ssh-keygen -t rsa -C "xxxxx@xxxxx.com"
ssh -T <git-addr>
git remote add origin <git-repo>
#fatal: refusing to merge unrelated histories
git pull origin master --allow-unrelated-histories
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/liushaojun/work-scripts.git
git@gitee.com:liushaojun/work-scripts.git
liushaojun
work-scripts
work-scripts
master

搜索帮助