3 Star 0 Fork 0

暖光i/alimama

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
常用命令 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
暖光i 提交于 2023-06-06 12:46 . 添加git命令
#!/bin/bash
docker start node-1
docker exec -it node-1 bash
cd demo_grpc_helloworld/ && make && ./greeter_server
etcdctl del --prefix ""
etcdctl get --prefix /
## 合并远程的master到main
git fetch origin
git checkout main
git merge origin/master
git push origin main
git push origin --delete master
## 本地编写master版本提交
git fetch origin
git branch
git branch -d master
git checkout master
git merge origin/main
git remote add master origin
git push origin master
git add code/demo_grpc_helloworld/greeter_server.cc
git commit -m "提交c测试"
git push
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/warm-light-i/alimama.git
git@gitee.com:warm-light-i/alimama.git
warm-light-i
alimama
alimama
main

搜索帮助