码迷,mamicode.com
首页 > 其他好文 > 详细

git remote

时间:2018-09-01 23:45:45      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:https   span   out   enc   .com   style   origin   conf   code   

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   span   out   enc   .com   style   origin   conf   code   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!