简体   繁体   English

我如何在git GUI中使用git pull --rebase

[英]How can i use git pull --rebase in git GUI

I am using git GUI. 我正在使用git GUI。 How can I implement the git bash command git pull --rebase ? 如何实现git bash命令git pull --rebase

I am going to use this command before push. 我将在推送之前使用此命令。

You can add custom command in git gui: Tools -> Add 您可以在git gui中添加自定义命令: Tools -> Add

You can then enter a command: 然后,您可以输入命令:

  • name "Pull with Rebase" 名称“Pull with Rebase”
  • with the command git pull --rebase 使用命令git pull --rebase

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM