博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Quick setup
阅读量:5040 次
发布时间:2019-06-12

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

 

Quick setup — if you’ve done this kind of thing before

 

We recommend every repository include a , , and .

…or create a new repository on the command line

 
echo "# Architect" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin git@github.com:exmyth/Architect.git git push -u origin master

…or push an existing repository from the command line

 
git remote add origin git@github.com:exmyth/Architect.gitgit push -u origin master

…or import code from another repository

You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

 

 

转载于:https://www.cnblogs.com/exmyth/p/7517942.html

你可能感兴趣的文章
Redis事务
查看>>
Web框架和Django基础
查看>>
python中的逻辑操作符
查看>>
CSS兼容性常见问题总结
查看>>
HDU 1548 A strange lift (Dijkstra)
查看>>
每天一个小程序—0005题(批量处理图片大小)
查看>>
C# 启动进程和杀死进程
查看>>
tcp实现交互
查看>>
IIS的各种身份验证详细测试
查看>>
JavaScript特效源码(3、菜单特效)
查看>>
聊聊、Zookeeper Linux 单服务
查看>>
Linux常用命令总结
查看>>
yii模型ar中备忘
查看>>
C#线程入门
查看>>
CSS清除浮动方法
查看>>
JVM内存回收机制简述
查看>>
洛咕 P2480 [SDOI2010]古代猪文
查看>>
js-创建对象的几种方式
查看>>
JDK JRE Java虚拟机的关系
查看>>
2018.11.20
查看>>