git pull的意思
git pull中文翻譯:
git拉動
git───n.飯桶;卑鄙小人;n.(Git)(俄、美、羅)吉特(人名)
pull pull───拉-拉
shelve git───轉到架子上
pull───n.(Pull)人名;(法)皮爾;(德、瑞典)普爾;vt.拉;拔;拖;vi.拉,拖;拔;n.拉,拉繩;拉力,牽引力;拖
git clone───git克隆
revert git───還原git
git rebase───git回扣
git fetch───git獲取
jape git───去日本
To actually retrieve associated file changes after a fetch, you would use either the git pull or git rebase command.───要在fetch之后實際檢索相關文件更改,您可以使用git pull或git rebase命令。
Fire the git pull command, which will pull all the remote changes into your local clone, and then do a MVN clean install to build the updated sources.───觸發git pull命令,該命令會將所有遠程更改拉入到您的本地克隆中,然后執行一個mvn clean install命令來編譯更新的源代碼。
frequency and extent of changes to a remote repository, simply using the git pull command is often an attractive alternative.───遠程存儲庫的更改頻率和范圍不大,可以使用git pull命令替代。
To actually retrieve associated file changes after a fetch, you would use either the git pull or git rebase command.