1. 程式人生 > >msysGit 和 Git for Windows 的關係

msysGit 和 Git for Windows 的關係

The website git-scm.com is the official website for Git, the version control software. Originally written for Linux, the original software is only available as a source that doesn’t compile easily on Windows.

msysGit it a project that uses MSYS (which is part of MinGW) to compile Git natively on Windows. They release the “Git for Windows” binaries which is the official release for Windows. Those are what you get when you download Git for Windows on 

git-scm.com.

The msysGit project also releases “msysgit” binaries, which is essentially the full development environment required to build “Git for Windows”. The project was originally hosted on Google Code but later moved its project to GitHub and created a new project website there.

If you are interested in using Git on Windows, all you need though is “Git for Windows” which you can either download from 

git-scm.com or from the Google Code download repository.

Note that the files are usually called “preview” because the msysGit project does not offer full support for it. From personal experience with it, the project is very mature and definitely stable, so it’s perfectly fine to use it.

Finally, “Git Bash” is the version of 

Bash that comes bundled with “Git for Windows” or more precisely with the underlying MSYS. It is required because a lot of Git is actually written as shell scripts (so Bash works as an interpreter for it) and simply so users have a fully compatible console to work with on Windows. Git Bash works even if you didn’t add the Git executables to your PATH during setup, although my usual recommendation is to add the Git executable (just the Git executable) to the PATH, so you can work with it from other shells (cmd.exe or PowerShell) and other programs can access it too.

相關推薦

msysGit Git for Windows關係

The website git-scm.com is the official website for Git, the version control software. Originally written for Linux, the original softw

同時使用Git for Windows命令列TortoiseGit工具 都可提交至github

目錄 1、應用場景        因為很多人習慣了使用Git命令列方式進行程式碼提交,現在出現了很多Git提交的GUI工具,如大家經常使用的(GitHub for Desktop、Source Tree、TortoiseGit) 具體使用可以參

Git for Windows安裝基本設定

1、下載地址: 2、下載完成後安裝,安裝路徑自己選擇,其他的選項參照下圖: 其他的一步一步往下即可,最後Finish完成安裝; 3、配置github的ssh金鑰: (1)開啟Git Bash檢視電腦上是否已經存在SSH金鑰: 輸入 cd ~/.ssh 若如上圖顯示無法找

Git for Windows 工具的使用(一)

修改編碼 帶來 rest 對比 刪除 多個 客戶端 first 功能 如果你還不知道什麽是Git,只知道GitHub,但是還不會用,我想這個教程會幫助你。 前言 鑒於網上目前的教材都太落後,GitHub for Windows已經更新了多個版本,好多界面都發生了變

git for windows

遠程 鏈接 ... ssh ado lob shadow mark 克隆 說下git bash here 的使用方法 下載地址 https://gitforwindows.org/ git for windows 是開源的,上傳代碼到gitlab ,github 非常好用

Git for Windows之推送本地版本庫到遠端倉庫

Git for Windows之基礎環境搭建與基礎操作中介紹了Git基本環境的構建與基本的操作.生成了一個本地git版本庫,本文將介紹如何將這個版本庫推送到遠端倉庫(碼雲,github也可以).   1、註冊碼雲的賬號,建立一個public的專案 點選進入該專案,有如下資訊: (1)、紅

Git for Windows之團隊合作

1、先給專案新增一個成員 輸入對方碼雲郵箱賬號,新增成功.   2、登陸,將碼雲上面的專案克隆到本地 (1)、設定全域性引數  使用者名稱和郵箱用於push和pull程式碼   (2)、克隆目標專案地址 檢視本地資料夾是否克隆成功. ok,克隆

Git for Windows之日誌查看與版本切換

方式 set 解決方案 最新 怎麽辦 info 當前 har 技術 1、查看本地版本庫的修改日誌 (1)、通過log指令查看完整日誌 (2)、通過 log --pretty=oneline查看簡易版日誌 2、版本切換 (1)、切換到本地版本庫最新的版本,通過

Git for Windows之日誌檢視與版本切換

1、檢視本地版本庫的修改日誌 (1)、通過log指令檢視完整日誌   (2)、通過 log --pretty=oneline檢視簡易版日誌     2、版本切換 (1)、切換到本地版本庫最新的版本,通過reset --hard 版本號的前幾位(不需

Windows下面配置git for windows

首先必須要下載到git,可以再官網或者在這個地址下載:https://npm.taobao.org/mirrors/git-for-windows/ 下載完了之後安裝,就開始配置。 首先必須有git賬號,拿到使用者名稱和註冊郵箱,然後配置使用者名稱和郵箱。 git config --

git for windows配置SSH key

0. 前言 之前用過一段時間的git,後來遷移系統導致電腦中的git bash消失了,由於在上家公司版本管理用的svn,所以一直沒有重新配置,目前工作中版本管理用的gitLab,後期計劃將工作之外的精力放在github和碼雲上的開源軟體研究上,所以git需要重新拾起。隨著年齡增長,不由的領會到“好記性不如爛

Git for Windows 2.20.0 釋出,升級到 Git 2.20.0

   Git for Windows 2.20.0 釋出了,Git for Windows 是一個 Windows 版的 Git 客戶端,它提供輕量級的本地工具集,將 Git SCM 的完整功能集引入Windows,同時提供了 GUI。 此版本新功能包括: 升級到 

dockerToolboxdocker for windows的區別

前言: 我們先來補充一下關於hyper-v 虛擬機器與virtualbox和VMware的知識 一:VMware工作站(VMware Workstation)是VMware公司銷售的商業軟體產品之一。該工作站軟體包含一個用於英特爾x86相容容電腦的虛擬機器套裝,其允許使用者同時建立和執行

Git for Windows 2.20.1 釋出,Windows 平臺的 Git 客戶端

   Git for Windows 2.20.1 釋出了,Git for Windows 是一個 Windows 版的 Git 客戶端,它提供輕量級的本地工具集,將 Git SCM 的完整功能集引入Windows,同時提供了 GUI。 該版本的新特性包括: 升級至&nbs

新手Git for Windows 的安裝、配置 及 GitHub中專案下載

一、Git安裝 1. 下載最新版本雙擊執行 2.  安裝過程   在這裡選擇 Use Git from Git Bash only (最安全的選項,表示僅能在git bash裡面使用git命令,

Git for Windows,TortoiseGit兼容WinXP的最後版本及下載方法

https tle title user down nload quest bsp 支持 TortoiseGit兼容Windows XP和Windows Server 2003的最後版本: TortoiseGit 1.8.16.0 (https://download.to

Git for Windows,TortoiseGit支援WinXP的最後版本及下載方法

TortoiseGit相容Windows XP和Windows Server 2003的最後版本: TortoiseGit 1.8.16.0 (https://download.tortoisegit.org/tgit/1.8.16.0/) Git for Windows支援Windo

搭建git for windows伺服器(100%可以成功)

      既然git在linux下面非常好用,為什麼還要搭建git windows的伺服器,因為不是所有的使用者都需要在linux下面做開發,對吧,還有很多使用者選擇使用windows做開發。   

windows下面用git for windows 分分鐘教你怎麼上傳檔案到github

怎麼上傳檔案到github          剛才重新整理了下csdn,看到我竟然有排名了,19372名,我插,好興奮,終於不是千里之外了,看到了這個數字,我要繼續加油,下一個目標衝刺到前一萬名去,題外話。         上傳檔案到github,前提得有github的賬

git for windows快速入門教程

1.下載 2.安裝   開啟exe格式的安裝包後,除了修改安裝目錄意外,其他選項全部預設即可,一路next後等待安裝即可。 3.初始配置 a.申請一個github賬號   因為git和github是穿一條褲子的,所以有必要先申請一個github的賬號,然後記下你的使用者名稱和你申請賬號時用的郵箱(即是你的