如何得到github上傳的以前的版本

2021-09-13 19:19:19 字數 1078 閱讀 8244

有時候我們可能想得到github上老版本的**

這個時候先git clone ***x現在最新版本的**

然後cd xx到資料夾裡面 然後git log

commit b56065418b63a971fcf4f8f35d058513b0ce6cbf (head -> master, origin/master, origin/head)

author: yuanyang <[email protected]>

date: wed dec 7 23:18:41 2016 +0800

add extract_face_chips function

commit 590acc80074d40f6c5734119cce19dddb6950383

author: yuanyang <[email protected]>

date: fri oct 28 10:19:11 2016 +0800

add multiprocessing

commit 2cf687bd707e2c5a033736a490d760b663b94758

author: yuanyang <[email protected]>

date: mon oct 24 17:43:55 2016 +0800

add blog

commit fca97b1e1efbf2388575cd90dc3bb12e99532023

author: yuanyang <[email protected]>

date: mon oct 24 17:16:26 2016 +0800

first co

命令行會顯示這些, 找到你要的版本 複製 commit 後面的那串數字字母組合

然後英文輸入法 按下q 就可以退回到命令列

然後 git reset --hard

git reset --hard 2cf687bd707e2c5a033736a490d760b663b94758
這樣就得到了老版本的git **

如何使用github上傳專案

參考資料 1 先右鍵你要上傳的專案,選擇git bush here 2 接下來輸入你要將專案上傳的位址。輸入git clone https 使用者名稱 密碼 github.com kepcum test1.git 是你的url 3 然後你的專案中會多出乙個test1 test1為你要上傳到的gith...

如何使用github上傳專案

1 如何把本地專案上傳到github 2 地專案上傳到github 報錯 master master non fast forward 3 git強制新增 add 檔案 4 git強制覆蓋master分支 前提 1 乙個倉庫最大100m,超過則上傳失敗 解決辦法 刪除target 2 刪除.git資...

windows如何往github上傳專案

最早的git是在linux上開發的,很長一段時間內,git也只能在linux和unix系統上跑。不過,慢慢地有人把它移植到了windows上。現在,git可以在linux unix mac和windows這幾大平台上正常執行了。1.要使用git,第一步當然是安裝git了。安裝完成後,在開始選單裡找到...