Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchursin/git-author-switcher
Mac Menubar App to switch easily between different committers
https://github.com/nchursin/git-author-switcher
Last synced: 26 days ago
JSON representation
Mac Menubar App to switch easily between different committers
- Host: GitHub
- URL: https://github.com/nchursin/git-author-switcher
- Owner: nchursin
- License: apache-2.0
- Created: 2020-01-01T10:24:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T17:24:17.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T09:03:21.964Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Git Author Switch
README
# Git Author Switch
This is a simple Mac menubar app to allow easy switch Git usernames.
Download a release from the [releases page](https://github.com/nchursin/git-author-switcher/releases).
Launch the app and click "Add User" in the app menu. This will open a window for you to enter user data:
* First line is for some label. This is how a user will be shown in the app menu
* Second line is the username
* Third line is for emailPlease note that the app supports several users to be active for pair programming cases.
Currently there's no user deletion capability. To delete user you need to go to the `app/Resources` and remove user from `userConfig.json` file.
Thanks Codeborne guys for the idea.