github locks up mac terminal when using pull command

后端 未结 8 1686
清酒与你
清酒与你 2020-12-12 08:45

I\'m in the process of learning github on mac (command-line) and whenever I do git pull origin master i get this

# Please enter a commit message         


        
8条回答
  •  感情败类
    2020-12-12 09:18

    You can do git checkout --merge yourbranch

    A three-way merge between the current branch, your working tree contents, and the new branch is done, and you will be on the new branch.

提交回复
热议问题