git windows post pull

前端 未结 2 509
無奈伤痛
無奈伤痛 2021-01-16 09:18

I have recently converted from svn. My server is under Windows (don\'t blame me, it wasn\'t my choice :}

I have created a repo with two branches \"master\" and \"sta

2条回答
  •  萌比男神i
    2021-01-16 10:04

    git is probably a batch wrapper around the real executable. Use call git pull.

    And those hooks only fire when content is pushed from a remote location, as far as I can tell from the documentation. So they're ignored for pull.

提交回复
热议问题