Reputation: 285
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.
Upvotes: 4
Views: 1679
Reputation: 1328162
You can add custom command in git gui: Tools -> Add
You can then enter a command:
git pull --rebase
Upvotes: 3