使用者工具

網站工具


git_description

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
git_description [2024/04/02 14:18]
don [Git 說明]
git_description [2024/04/02 14:19] (目前版本)
don [Git remote]
行 357: 行 357:
 • git branch -r # 列出所有 Repository branch • git branch -r # 列出所有 Repository branch
  
-$git remote+git remote
 origin     --> 它是 Git 給定的預設簡稱,用來代表被克隆的來源。 origin     --> 它是 Git 給定的預設簡稱,用來代表被克隆的來源。
-git remote -v+git remote -v
 origin https://github.com/schacon/ticgit (fetch) origin https://github.com/schacon/ticgit (fetch)
 origin https://github.com/schacon/ticgit (push) origin https://github.com/schacon/ticgit (push)
-$git fetch origin   --> origin就代替上述的網址 +git fetch origin  --> origin就代替上述的網址 
-$git push origin   --> origin就代替上述的網址+git push origin   --> origin就代替上述的網址
 </code> </code>
  
git_description.1712038702.txt.gz · 上一次變更: 2024/04/02 14:18 由 don