eclipse使用git遇到的單詞

落地僧發表於2016-01-09
Browse 瀏覽
push   推送
Configuration  配置
team     團隊
upgrade  升級
cleanup  清理
clone    克隆
repository  倉庫
master    主要
history   歷史
repositories  庫
ignore    忽略
patch     補丁
reset     復位,還原
untracked  跟蹤
staged     上演
modified   被改進的
compare mode  比較模式
team synchronizing 團隊同步


commit時:
author     作者
committer  提交者
 
commit 提交到本地倉庫
stashes  將
push to upstream  推到上游
fetch from upstream  從上游取
push branch 推支
pull   拉取
remote 遠端
references  引用
switch to   切換到
advanced    先進的
synchronize workspace  同步工作區
merge tool  合併工具
merge    合併
rebase 墊底
refresh  重新整理
Clone Git repository  克隆Git倉庫
discon nect 斷開連線
create patch      建立補丁
apply patch  應用修補程式
add to index      新增到索引
remove from index 從索引中刪除
show in repositories view  顯示倉庫檢視


checkout as new local branch  作為新的本地分支結賬
checkout commit  結帳提交




git view 倉庫


branches  分支
  local  區域性
  remote tracking 遠端跟蹤
create branch  建立分支
paste repository path or url 貼上庫路徑或網址
working directory  工作目錄




新增索引 好處?
EGIT中只要Commit就可以預設將untracked的檔案新增到索引再提交更新,不需要分開操作

相關文章