gitsu icon indicating copy to clipboard operation
gitsu copied to clipboard

switch git user easily

Results 4 gitsu issues
Sort by recently updated
recently updated
newest added

``` ± % 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:...

![image](https://user-images.githubusercontent.com/36468758/190374189-dbacb420-cd9e-4c69-af1e-56407f0b4e1e.png) ❯ 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...