Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リポジトリのリモートに関するすべての既知の情報を個別に、または一度に表示する方法はありますか?
生の構成を見ることができます
cat .git/config
またはremoteサブコマンドを使用します
remote
git remote -v
それは簡単です:
git remote show git remote show <specific-remote>
git remoteこの場合は機能するはずです。
git remote
git remote show origin(またはその他のリモコン)。
git remote show origin