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

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

在github上 新建一个项目后,并且未提交任何代码,会有一个页面提示我们如何快速部署。在此备份一下那个页面

 

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

Set up in Desktop  or  https://github.com/jiashubing/crawler4j-demo.git

We recommend every repository include a README, LICENSE, and .gitignore.

 

…or create a new repository on the command line

echo "# crawler4j-demo" >> README.md

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jiashubing/crawler4j-demo.git
git push -u origin master

 

…or push an existing repository from the command line

git remote add origin https://github.com/jiashubing/crawler4j-demo.git

git 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/acm-bingzi/p/github-setup.html

你可能感兴趣的文章
springboot 零xml集成mybatis-plus
查看>>
Desugar Scala(17) -- Option和for,以及脑子里发生的事情
查看>>
Codeforces.786B.Legacy(线段树优化建图 最短路Dijkstra)
查看>>
BZOJ.4909.[SDOI2017]龙与地下城(正态分布 中心极限定理 FFT Simpson积分)
查看>>
Flask 上下文(Context)原理解析
查看>>
php取得当前访问url文件名的几种方法
查看>>
CentOS7和CentOS6的区别
查看>>
关系型数据库事务二:隔离级别
查看>>
送给IT新人--多看、多问、多写
查看>>
MySQL常用命令
查看>>
【原】实时渲染中常用的几种Rendering Path
查看>>
TS3
查看>>
Quartz C#使用
查看>>
python面向对象 : 抽象类(接口类),多态,封装(私有制封装)
查看>>
信息安全系统设计基础第三周学习总结
查看>>
Python读入CIFAR-10数据库
查看>>
一句话
查看>>
使用Nodejs 的http-proxy 模块做代理服务器的尝试
查看>>
【转】Java如何调用DLL
查看>>
3.变量
查看>>