如何使用 TortoiseGit 检查当前 git 存储库的 URL?

How to check the URL of current git repository with TortoiseGit?

我是 git 的新手,目前已从 Bitbucket 切换到 Github,但尚未删除 Bitbucket 存储库。我的计算机中有一个文件夹,但不确定该文件夹是来自 github 还是来自 bitbucket 存储库。有没有一种方法可以用 TortoiseGit 检查存储库的 URL,如果可以的话怎么办?

转到您的项目文件夹并打开 .git/config 文件。在那里你可以看到远程网址。

我认为在 'fetch' 对话框中,有一个 'manage remotes' link。

Git 是一个分散的版本控制系统,因此,一个工作树可以有多个远程存储库。

配置的可以在TortoiseGit settings -> Git -> Remotes (cf. https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html#tgit-dug-settings-remote).

中看到