zoukankan      html  css  js  c++  java
  • git

    廖雪峰的官方网站

    http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

    git - 简明指南

    http://rogerdudler.github.io/git-guide/index.zh.html

    Git-Tutorial

    http://lvwzhen.gitbooks.io/git-tutorial/

    Coding 代码管理快速入门

    https://coding.net/u/coding/p/Coding-Feedback/git/blob/master/git-starter-tutorial.md

    是什么是子模块

    https://coding.net/u/coding/p/Coding-Feedback/git/blob/master/git-submodule-tutorial.md

     git server for windows

    http://bonobogitserver.com/install/

    git init

    git add.

    git commit -m "First Commit"

    git status

    git remote add origin remote url

    git remove -v

    git push origin master

  • 相关阅读:
    Safari-IoS调试
    前端加密技术
    gulp入门
    xss攻击
    xml 解析
    python 基本语法
    python初识
    字节
    神奇的算式
    linux-虚拟机安装
  • 原文地址:https://www.cnblogs.com/zyip/p/4205170.html
Copyright © 2011-2022 走看看