git的安装及其使用

在Windows上安装Git的快捷方式:

工具:1.Windows的console工具:ConEmu(https://conemu.github.io/)多窗口、记录log、多theme选择,操作Git窗口更容易。

   2.Windows的包管理,类似ubuntu的apt-get:chocolatey(https://chocolatey.org/),用它安装git、java、node、python等等。

     安装好了以后,具体的详细使用教程请参考:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137396287703354d8c6c01c904c7d9ff056ae23da865a000

 

原文地址:https://www.cnblogs.com/zangbo/p/6814000.html