https://github.com/nobe4/git-passport.sh
Git passport, managin multiple git identities, right from the command line.
https://github.com/nobe4/git-passport.sh
Last synced: 9 days ago
JSON representation
Git passport, managin multiple git identities, right from the command line.
- Host: GitHub
- URL: https://github.com/nobe4/git-passport.sh
- Owner: nobe4
- License: mit
- Created: 2015-07-21T00:02:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T00:15:29.000Z (about 11 years ago)
- Last Synced: 2025-03-13T10:22:36.345Z (over 1 year ago)
- Language: Shell
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-passport.sh
Git passport, managin multiple git identities, right from the command line.
# Usage
You can use this script as-is or define an alias in your git configuration to suits your needs.
E.g.
```
in your ~/.gitconfig
[alias]
passport = !path/to/the/git-passport.sh
and then
$ git passport
```
# Inspiration
As I have multiple git identities, I wanted a simple way to configure it simply.
This projet has already been done in [frace's repo](https://github.com/frace/git-passport).
I wanted a simpler version and fully in bash, for the exercise mainly.
# Compatibility
For now this has only been tried on a OS X Yosemity, with a zsh shell.
If you had tested it on your machine and it worked you can let me know with an issue/PR.
# Contributing
Issues and PR are welcome !
# License
MIT, see the [License](https://github.com/nobe4/git-passport.sh/blob/master/LICENSE).