Skip to content

Add

gitzy add

Add a new GitHub profile

Synopsis

Add a new GitHub profile to gitzy.

This command will interactively prompt you for user.name, user.email, and a GitHub token. It will store these in a new profile directory and optionally switch to it immediately.

Security note: The token is stored unencrypted. See GitHub token best practices.

gitzy add <profile> [flags]

Examples


  # Add a new work profile
  gitzy add work

  # Add a personal profile
  gitzy add personal

Options

  -h, --help   help for add

Options inherited from parent commands

      --docs   Show embedded documentation

SEE ALSO

  • gitzy - Manage multiple GitHub identities and switch between them easily.
Auto generated by spf13/cobra on 7-Jul-2025