首页 > 其他 > 详细

git remote

时间:2018-09-01 23:31:28      阅读:215      评论:0      收藏:0      [点我收藏+]
zuo@DESKTOP-QN47U5R MINGW64 /d/b/test (iyy)
$ git remote
origin

zuo@DESKTOP-QN47U5R MINGW64 /d/b/test (iyy)
$ git remote -v
origin  https://github.com/factsbenchmarks/test.git (fetch)
origin  https://github.com/factsbenchmarks/test.git (push)

zuo@DESKTOP-QN47U5R MINGW64 /d/b/test (iyy)
$ git remote show origin
* remote origin
  Fetch URL: https://github.com/factsbenchmarks/test.git
  Push  URL: https://github.com/factsbenchmarks/test.git
  HEAD branch: i22
  Remote branches:
    i22 tracked
    i33 tracked
    i44 tracked
    i55 tracked
    i66 tracked
    i77 tracked
  Local branch configured for git pull:
    i22 merges with remote i22
  Local refs configured for git push:
    i22 pushes to i22 (up to date)
    i33 pushes to i33 (fast-forwardable)
    i44 pushes to i44 (local out of date)

 

git remote

原文:https://www.cnblogs.com/654321cc/p/9571745.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!