使用 Git GUI 删除文件

发布于 2024-09-06 13:10:46 字数 35 浏览 7 评论 0原文

有没有办法使用 git gui 删除文件然后提交并推送?

Is there any way to remove a file using git gui then commit and push?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

榕城若虚 2024-09-13 13:10:46

不直接,因为 git gui 更多的是关于:

允许用户通过进行新提交、修改现有提交、创建分支、执行本地合并以及获取/推送到远程存储库来更改其存储库

类似 TortoiseGit 将允许以图形方式执行 git rm

Not directly, since git gui is more about:

allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories

An extension like TortoiseGit would allow a git rm to be performed graphically.

小ぇ时光︴ 2024-09-13 13:10:46

您也可以删除该文件,然后将其暂存到 git gui 中。

You could also just delete the file and then stage that to be committed in git gui.

回忆躺在深渊里 2024-09-13 13:10:46

步骤 1. 单击提交信息面板上的 Web IDE 选项,理想情况下,这会将您带到编辑器面板,并且左侧边栏选项卡中列出了存储库结构。

步骤 2. 单击要删除的目录并提交新更改,并根据需要与其他分支合并。

Step 1. Click on the Web IDE option on the commit information panel, this would ideally take you to the editor panel with the repo structure listed on the left blade.

Step 2. Click on the directory you wish to delete and commit the new changes and merge with the other branches if required.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文