Git 全局设置
git config --global user.name "陈耿聪"
git config --global user.email "swain@digitalgd.com.cn"
创建一个新存储库
git clone http://19.15.68.4/szgd_swain/rp-word.git
cd rp-word
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
推送现有文件夹
cd existing_folder
git init
git remote add origin http://19.15.68.4/szgd_swain/rp-word.git
git add .
git commit -m "Initial commit"
git push -u origin master
推送现有的 Git 存储库
cd existing_repo
git remote rename origin old-origin
git remote add origin http://19.15.68.4/szgd_swain/rp-word.git
git push -u origin --all
git push -u origin --tags

最新文章

  1. iOS 消息推送(APNs) 傻瓜式教程
  2. php7 httpd 2.4 编译
  3. Shiro简单配置
  4. 一些git命令
  5. 《dive into python3》 笔记摘录
  6. JSP/ Servlet常见的中文乱码原因
  7. Asp.net自制模板框架
  8. 14.8.1 Creating InnoDB Tables 创建InnoDB 表
  9. js定位navigator.geolocation
  10. JQUERY1.9学习笔记 之基本过滤器(十二) 根元素选择器
  11. 【CTF 攻略】CTF比赛中关于zip的总结
  12. Util6 MIS2.0 (优六信息化管理系统框架)
  13. Jenkins实现简单的CI功能
  14. VGA、DVI、HDMI三种视频信号接口
  15. Java实现AES加密,异常java.security.InvalidKeyException: Illegal key size 的解决
  16. Linux学习笔记之六————Linux常用命令之系统管理
  17. Jquery计算时间戳之间的差值,可返回年,月,日,小时等
  18. PHP ! 非运算符 与 if 判断深入研究
  19. [转] const T、const T*、T *const、const T&、const T*& 的区别
  20. 近期准备发布我的asp.net框架

热门文章

  1. adb自动化农药金币
  2. git远程分支被误删,本地分支还存在,如何恢复远程分支?
  3. ls | ethtool
  4. VirtualBox-5.2.8-121009-Win.exe虚拟机桥接
  5. Loading——spin.js
  6. hibernate 事务处理
  7. 描述什么是springboot
  8. 2019JAVA第十次实验报告
  9. [Python3] 028 常用模块 datetime
  10. Forsaken给学生分组