Categorygithub.com/einzigartigerName/gitconfswap
module
0.0.0-20221203121053-2af6ad934f53
Repository: https://github.com/einzigartigername/gitconfswap.git
Documentation: pkg.go.dev

# README

gitconfswap

This is a simple systray application to easily switch between different git configs. The tool will only apply the specified configs, leaving all other configurations untouched.

Example Config

This example simply modifies the email address, but all configs supported by git config --global are supported.

profiles:
  private:
    - variable: user.email
      value: "[email protected]"

  business:
    - variable: user.email
      value: "[email protected]"

icon: light

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author