You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Git" menu is in need of a reorg (we definitely don't need a menu item that clicks the sidebar button for the user, and a menu item that opens a new terminal and cd's to the current dir is too general. It should maybe be in the main jlab "File" menu, tho). That's yet another separate issue though.
menu items for the reasons stated in the first post above.
If not pruned, at the least the "Init" item needs to be greyed out when the user is currently in a valid repo.
As to what actions should be in the Git menu, here's one possible minimal list:
Init
Push
Pull
Rebase
These are all actions that are commonly seen in the VCS menus of various IDEs. If anyone has strong feelings one way or another about what should get included in the "Git" menu, please comment below. Otherwise, I'll get around to a PR with the above proposal.
The "Git" menu is in need of a reorg (we definitely don't need a menu item that clicks the sidebar button for the user, and a menu item that opens a new terminal and
cd
's to the current dir is too general. It should maybe be in the main jlab "File" menu, tho). That's yet another separate issue though.Originally posted by @telamonian in #448 (comment)
The text was updated successfully, but these errors were encountered: