亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Git克隆Github或Gitlab上非Master分支代碼的方法

發布時間:2020-07-26 03:40:45 來源:網絡 閱讀:11762 作者:xpleaf 欄目:開發技術

    今天想使用一下之前開源項目Blog_mini一個分支的代碼,于是把整個項目克隆下來:

xpleaf@leaf:~/test$ git clone https://github.com/xpleaf/Blog_mini
正克隆到 'Blog_mini'...
remote: Counting objects: 1153, done.
remote: Total 1153 (delta 0), reused 0 (delta 0), pack-reused 1153
接收對象中: 100% (1153/1153), 2.18 MiB | 238.00 KiB/s, 完成.
處理 delta 中: 100% (673/673), 完成.
檢查連接... 完成。

    然后查看分支,發現竟然沒有之前創建的分支:

xpleaf@leaf:~/test/Blog_mini$ git branch 
* master

    這是因為git clone命令默認就是克隆倉庫中master的代碼的,但是可以查看遠程倉庫的分支:

xpleaf@leaf:~/test/Blog_mini$ git branch -r
  origin/HEAD -> origin/master
  origin/master
  origin/version_1.0
xpleaf@leaf:~/test/Blog_mini$ git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/master
  remotes/origin/version_1.0

    然后再使用git checkout命令切換到自己期望的分支上:

xpleaf@leaf:~/test/Blog_mini$ git checkout remotes/origin/version_1.0
Note: checking out 'remotes/origin/version_1.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD 目前位于 2ff197d... update README.md

    于是就可以看到目前已經在分支version_1.0上了,相應的代碼也會克隆下來:

xpleaf@leaf:~/test/Blog_mini$ git branch 
* (頭指針分離于 origin/version_1.0)
  master
xpleaf@leaf:~/test/Blog_mini$ ls
app        LICENSE    migrations  README.md     requirements.txt
config.py  manage.py  Procfile    requirements


    當然上面是用Github的例子來說明,實際上使用Gitlab或者其它自己搭的Git服務器也是可以的,因為使用的都是Git版本控制系統。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

沙雅县| 南投县| 高碑店市| 拉萨市| 琼海市| 南华县| 沅陵县| 东宁县| 清苑县| 东方市| 肇州县| 灵山县| 台州市| 株洲县| 如东县| 百色市| 文昌市| 绥江县| 两当县| 定边县| 巴林右旗| 慈利县| 聂拉木县| 遂宁市| 峨眉山市| 丹寨县| 九江市| 瑞金市| 孝义市| 忻州市| 宣威市| 黑河市| 邯郸市| 日土县| 永定县| 平顺县| 榆林市| 崇明县| 贵港市| 晋城| 邵阳县|