博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dive into git
阅读量:6265 次
发布时间:2019-06-22

本文共 407 字,大约阅读时间需要 1 分钟。

  hot3.png

<pre> git clone = svn co git remote show = svn info git branch + git checkout = git switch git clone = git init + git remote step: git init mkdir project.git cd project.git git remote add -f -t master -m master orgin git://example.com/git.git(https://example.com/git.git) git merge origin touch file.txt git commit -m 'test commit' git push origin master </pre>

转载于:https://my.oschina.net/l1z2g9/blog/203053

你可能感兴趣的文章
初试Windows 8 RTM
查看>>
Linux 下rpm包搭建LAMP环境
查看>>
Windows Server 2016-Nano Server介绍
查看>>
未来架构师的平台战略范例(4)_大数据
查看>>
Grizzly学习笔记(二)
查看>>
思科路由器动态VTI IPSec***配置
查看>>
***S启动时遇到1053错误
查看>>
CentOS7.5 使用 kubeadm 安装配置 Kubernetes1.12(四)
查看>>
shell脚本实现对系统的自动分区
查看>>
Tokyo Tyrant基本规范(5)--教程
查看>>
理解图形化执行计划 -- 第3部分:分析执行计划
查看>>
90后美女的全能测试蜕变之路
查看>>
audit.rules
查看>>
Windows 10企业批量部署实战之WDS配置
查看>>
百元百鸡问题
查看>>
Microsoft System Center 2012部署(二)
查看>>
谈谈网站安全性的问题
查看>>
SQL Server 2017 AlwaysOn AG 自动初始化(三)
查看>>
AIX+RAC数据服务器开关机流程
查看>>
网关配置错误导致Outlook无法连线
查看>>