zoukankan      html  css  js  c++  java
  • Git 使用指南(cmd + gui)

    git 使用简易指南
    http://www.bootcss.com/p/git-guide/

    Git版本控制使用方法入门教程
    http://www.uml.org.cn/pzgl/201204285.asp

    Git使用 - 百度开放云平台(GUI: msysGit+TortoiseGit 

    http://developer.baidu.com/wiki/index.php?title=docs/cplat/rt/manage/git

     msysGit和Git for Windows的区别:

    • msysGit is the msys+mingw environment + everything needed to compile git yourself, on Windows.
    • Git for Windows is exactly that: git, compiled for Windows.

    MinGW, MSYS, Cygwin:

    • MinGW - is a minimalist development environment for native Microsoft Windows applications.

    • MSYS - is a Bourne Shell command line interpreter system, is used by MinGW (and others), was forked in the past from Cygwin

    • Cygwin - a Linux like environment, which was used in the past to build Git for Windows, nowadays has no relation to msysGit

  • 相关阅读:
    MySQL远程登陆
    一键安装LAMP wordpress
    编译安装httpd2.4.46
    RDB转化AOF 花式删库
    3周作业
    2周作业
    1周作业
    预习第三周作业
    预习第二周作业
    预习第一周作业
  • 原文地址:https://www.cnblogs.com/bluestorm/p/3634284.html
Copyright © 2011-2022 走看看