https://github.com/edmilson-dk/multiple-git-account-toggle
Simple shell-script executable to switch between your github accounts, globally on your Linux machine.
https://github.com/edmilson-dk/multiple-git-account-toggle
Last synced: 9 months ago
JSON representation
Simple shell-script executable to switch between your github accounts, globally on your Linux machine.
- Host: GitHub
- URL: https://github.com/edmilson-dk/multiple-git-account-toggle
- Owner: edmilson-dk
- License: mit
- Created: 2021-02-18T14:00:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T14:35:51.000Z (over 5 years ago)
- Last Synced: 2025-01-21T21:31:49.742Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub alternate accounts
Simple shell-script executable to switch between your github accounts, globally on your Linux machine.
## Topics
* [Use](#use)
* [License](#license)
_In the first execution, from execution permission to the script_
```sh
chmod +x git-account.sh
```
_After this is just run_
```sh
./git-account.sh
```
[MIT](https://github.com/edmilson-dk/multiple-git-account-toggle/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)