使用下面的命令。
git remote show origin
输出:
[code]YUCHENG HU@HELLOWORLD-PC /d/workdir/resource/p/LimeSurvey (master)
$ git remote show origin
- remote origin
Fetch URL: GitHub - LimeSurvey/LimeSurvey: 🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility.
Push URL: GitHub - LimeSurvey/LimeSurvey: 🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility.
HEAD branch: master
Remote branches:
2.06 tracked
2.1 tracked
2.2 tracked
master tracked
Local branch configured for ‘git pull’:
master merges with remote master
Local ref configured for ‘git push’:
master pushes to master (up to date)
YUCHENG HU@HELLOWORLD-PC /d/workdir/resource/p/LimeSurvey (master)
$[/code]