当前位置:网站首页>简易的命令行入门教程
简易的命令行入门教程
2022-07-30 16:53:00 【fanlangke】
gitee
创建 git 仓库:
mkdir xx
cd xx
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/fanlangke/xx.git
git push -u origin "master"
已有仓库?
cd existing_git_repo
git remote add origin https://gitee.com/fanlangke/xx.git
git push -u origin "master"
github
…or create a new repository on the command line
echo "# xx" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/fanlangke/xx.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/fanlangke/xx.git
git branch -M main
git push -u origin main
边栏推荐
猜你喜欢

FP6600QSO SOP-8 USB专用充电端口控制器 用于快充电协议和QC2.0/3.0

(1) Cloud computing technology learning - virtualized vSphere learning

如何注册域名、备案以及解析

第一次用debug查询,发现这个为空,是不是代表还没获得数据库的意思?求帮助。

23. Please talk about the difference between IO synchronization, asynchronous, blocking and non-blocking

Tensorflow中实现正则化

Daily practice------Generate 13-digit bar, Ean-13 code rule: The thirteenth digit is the check code obtained by the calculation of the first twelve digits.

LeetCode167:有序数组两数之和

每日练习------生成13位条形, Ean-13码规则:第十三位数字是前十二位数字经过计算得到的校验码。

Win11如何把d盘空间分给c盘?Win11d盘分盘出来给c盘的方法
随机推荐
MySQL索引常见面试题(2022版)
Go新项目-编译热加载使用和对比,让开发更自由(3)
Weka 3.8.6安装与Weka 3.8.6功能介绍
腾讯专家献上技术干货,带你一览腾讯广告召回系统的演进
归一化与标准化
Mongoose模块
Navisworks切换语言
Goland opens file saving and automatically formats
第一次用debug查询,发现这个为空,是不是代表还没获得数据库的意思?求帮助。
Various meanings of SQL's PARTITION BY syntax (with examples)
每日练习------生成13位条形, Ean-13码规则:第十三位数字是前十二位数字经过计算得到的校验码。
Is it reliable to work full-time in self-media?
olap——入门ClickHouse
KDD 2020 | 深入浅出优势特征蒸馏在淘宝推荐中的应用
huato hot update environment construction (DLL method hot update C# code)
OpenCV形状检测
实现web实时消息推送的7种方案
哎,这要人老命的缓存一致问题啊
云厂商做生态需要“真连接、真赋能”,用“技术+真金实银”发展伙伴
【Linux Operating System】 Virtual File System | File Cache