I wanted to be able to quickly access the Git "Manage Branches" from the toolbar.
- Go to View >> Toolbars >> Customize
- Switch to the "Commands" tab
- Then radio check the "Toolbar" option and in the drop down select "Standard" (in my case, I wanted to add it to the standard toolbar. You can add it to a new toolbar or a different toolbar).
- Click on the "Add Command" button
- Select "View" under categories
- Select "GitRepositoryWindow" and also optionally the "GitWindow"
- You now have easy access to the commands:
2 comments:
That's fine because those two toolbar options were available. I want to add commonly used Git commands to a toolbar. Things like Pull, Push, Commit, ... How do I do that?
This works because those two commands happen to be available. I want a toolbar with the Git commands I use frequently. Like Pull, Push, Commit, ... How do I get those?
Post a Comment