我們正在將我們的存儲庫從Bitbucket移至Stash中的本地環境。我能夠導入我們倉庫的最新版本,但不能提供以前提交和版本的細節。從Bitbucket導入存儲歷史記錄?
你能指導我該怎麼做才能導入我們的所有分支機構,提交和版本詳細信息庫?
這是我們如何導入我們的資料庫:
- 本地創建一個文件夾,使用Git的Tortise,克隆它。
- 開放的Git猛砸,去到這個文件夾(directoary)使用CD命令
改變路徑運行以下命令: git的初始化
git add --all git commit -m "Initial Commit" git remote add origin http://[email protected]:7990/scm/PROJECT/repo.git git push -u origin master
由於我是新來的Git,這些可能不是正確的做法。