gitsu
gitsu copied to clipboard
switch git user easily
``` ± % brew install matsuyoshi30/gitsu/gitsu Running `brew update --preinstall`... ==> Tapping matsuyoshi30/gitsu Cloning into '/usr/local/Homebrew/Library/Taps/matsuyoshi30/homebrew-gitsu'... remote: Enumerating objects: 18, done. remote: Counting objects: 100% (18/18), done. remote: Compressing objects:...
 ❯ git -v git version 2.37.3 ❯ uname -r 5.15.67-1-lts
The ValidateEmail function provided below utilizes the govalidator.IsExistingEmail() function to validate email addresses. However, using this function can cause issues with the validation of GitHub Primary email addresses, such as...
Right now, `config.json` for macOS is stored in `~/Library/Application Support/gitsu-go/config.json` but for Linux in `~/.config/gitsu-go/config.json`. Therefore, `config.json` can't be shared across OS, so please make it the same path with...