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
- Host: GitHub
- URL: https://github.com/theykk/git-switcher
- Owner: TheYkk
- License: apache-2.0
- Created: 2021-08-07T19:16:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T18:25:38.000Z (over 2 years ago)
- Last Synced: 2024-06-18T22:20:48.715Z (almost 2 years ago)
- Topics: cli, config, git, hacktoberfest, switch, tool
- Language: Go
- Homepage:
- Size: 2.21 MB
- Stars: 235
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Create Profile

## Delete Profile

## Rename Profile

## 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/)
