• Sign In



  • Categories

    Extension Details



    Readme

    GitUp Extension provides a command to open the current workspace's git repository in GitUp.

    Requirements

    GitUp Extensions relies on GitUp and its Command Line Utilities being installed.
    Follow these steps:

    1. Open GitUp.app
    2. Navigate to GitUp → Preferences via the menu bar
    3. Go to the Integration tab
    4. Under Command Line Utility click Install.
      You may be prompted for your mac's login for permission to install the binary.

    Usage

    Select Extensions → Open in GitUp or open the command pallet and type Open in GitUp.
    If you don't have GitUp's Command Line Utilities installed, you will be prompted to do so.

    Entitlements

    GitUp Extension uses:

    • process is used to locate and run the gitup binary which lets it open repositories
    • filesystem/readonly is used to check your current workspace is a git repository and validate custom gitup paths if you set one in configuration.

    Configuration

    You can specify a custom path for the gitup binary if you like.
    To do this, open up Extensions → Extension Library... then select GitUp's Preferences tab
    and enter your custom path.
    GitUp Extension will check the binary is executable for running it.

    Release Notes

    Version 1.0

    Adapted from nova-gitfox