An open API service indexing awesome lists of open source software.

https://github.com/theykk/git-switcher

Switch between your git profiles easily
https://github.com/theykk/git-switcher

cli config git hacktoberfest switch tool

Last synced: about 1 year ago
JSON representation

Switch between your git profiles easily

Awesome Lists containing this project

README

          

















# Git Profile Switcher

Switch between your git profiles easily

## Install

With Brew

```
brew install theykk/tap/git-switcher
```

With golang

```
go install github.com/theykk/git-switcher@latest
```

With AUR
```
yay -S git-switcher
```
or you can install like this:
```
git clone https://aur.archlinux.org/git-switcher.git
makepkg -is
```

## Switch Profile

![Switcher](https://user-images.githubusercontent.com/53150440/135753964-94d83bf5-597c-4983-b0cf-5da6f12e6c7c.gif)

## Create Profile

![Create](https://user-images.githubusercontent.com/53150440/135753994-aa60050b-020c-422b-9fed-0a266f550dda.gif)

## Delete Profile

![Delete](https://user-images.githubusercontent.com/53150440/135754022-55268cc5-9979-4802-8a93-0e09c158cd6c.gif)

## Rename Profile

![Rename](https://user-images.githubusercontent.com/53150440/135754365-f8e347d9-89e1-4a34-a131-edeb7e004047.gif)

## Feedback

If you have any feedback, please reach out to us at yusufkaan142@gmail.com

## License

[Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)