简体   繁体   中英

How can i use git pull --rebase in git GUI

I am using git GUI. How can I implement the git bash command git pull --rebase ?

I am going to use this command before push.

You can add custom command in git gui: Tools -> Add

You can then enter a command:

  • name "Pull with Rebase"
  • with the command git pull --rebase

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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