{

  

…or create a new repository on the command line

 
echo "# Kotlin" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/zhmmmm/Kotlin.git
git push -u origin master

…or push an existing repository from the command line

 
git remote add origin https://github.com/zhmmmm/Kotlin.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.

}

最新文章

  1. 常用的SQL语句
  2. Canvas电子签名和游戏化
  3. 读取MP3专辑图片
  4. [学习笔记]概率&期望
  5. Codeforces 719B Anatoly and Cockroaches(元素的交叉排列问题)
  6. 边工作边刷题:70天一遍leetcode: day 77
  7. JVM调优总结10-调优方法
  8. sjtu1364 countcountcount
  9. Selenium RC 环境搭建(eclipse)
  10. 【HDOJ】2133 What day is it
  11. [置顶] hdu4747 Mex 线段树
  12. Qt5制作鼠标悬停显示Hint的ToolTip
  13. Web API 路由 [二] Attribute Routing
  14. Hadoop2.9.0安装
  15. C语言课程设计大整数运算
  16. matplotlib坐标轴刻度-【老鱼学matplotlib】
  17. 20172328 2018-2019《Java软件结构与数据结构》第九周学习总结
  18. echarts统计图Y轴(或X轴)文字过长问题解决
  19. Ubuntu 14.04 安装配置备忘录
  20. Windows环境下32位汇编语言程序设计笔记-基础篇

热门文章

  1. codeforces round 433 D. Jury Meeting
  2. hibernate3.6异常
  3. css盒模型宽高混合计算calc
  4. 【leetcode】970. Powerful Integers
  5. Vue学习笔记【22】——Vue中的动画(列表的排序过渡)
  6. APIO2019
  7. LUOGU P5061 秘密任务(背包+二分图染色)
  8. js面向对象编程(第2版)——js继承多种方式
  9. 杂项-.Net-HQL:HQL
  10. linux:lrzsz安装