使用 Sourcetree 从 git 存储库中删除所有文件
Delete all files from git repository using Sourcetree
目标是从我的 git 存储库中删除所有文件:我想从我的 git 存储库中删除所有文件,我将在存储库中更新新代码。
知道我正在使用 sourcetree
windows 应用程序,我该怎么做?
i want to remove all files from my git repository and i will update new code at the Repository.
Is that better or I have to create new fresh repository
在 GitHub 网站上更容易:
- 重命名当前仓库
- 重新创建一个全新的存储库(如果需要,可以重复使用与刚刚重命名的存储库相同的名称)
- 克隆新的 repo
- 在其中添加您的数据,提交并推送
目标是从我的 git 存储库中删除所有文件:我想从我的 git 存储库中删除所有文件,我将在存储库中更新新代码。
知道我正在使用 sourcetree
windows 应用程序,我该怎么做?
i want to remove all files from my git repository and i will update new code at the Repository.
Is that better or I have to create new fresh repository
在 GitHub 网站上更容易:
- 重命名当前仓库
- 重新创建一个全新的存储库(如果需要,可以重复使用与刚刚重命名的存储库相同的名称)
- 克隆新的 repo
- 在其中添加您的数据,提交并推送