如何得知local git是從何處clone得來


利用以下指令即可得知:

git config --get remote.origin.url
若上述指令無法使用時,轉為使用下述指令:

git remote show origin 

留言

熱門文章