1. 程式人生 > >Eclipse整合git命令視窗

Eclipse整合git命令視窗

第一步:設定一個新的外部配置工具 
在 Eclipse 中,選擇 “Run -> External Tools -> External Tools Configurations” 



第二步:點選 “New Launch Configuration” 


第三步:New Configuration 介面 


第四步:提供Git命令列配置的詳細資訊 
Name:就是你配置的名字,git_console
Location:git-cmd.exe 的檔案位置 
Working Directory:專案git檔案所在目錄
 

第五步:選中“Allocate Console”複選框 
這個選項是把 Eclipse 工作臺作為命令列來獲得輸入和輸出。 



第六步:點選“Run” 
你將開啟一個 C: 為工作路徑的命令列 


第七步;幾個簡單的示例命令 


第八步;
關閉console重新開啟git_console