Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/au_pair
https://github.com/kitlangton/au_pair
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitlangton/au_pair
- Owner: kitlangton
- License: mit
- Created: 2016-07-06T00:03:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T18:37:19.000Z (over 8 years ago)
- Last Synced: 2024-11-10T07:40:24.322Z (about 2 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Au Pair
## Installation
`gem install aupair`
## What's it?
A dumb little tool for quickly adding the github remotes for your pairs.
## How do I use it?
Instead of having to remember everyone's github usernames, just do this:
`aupair add kit`
and their github remote will be added for the current repo (uncleverly assuming the name of the current working directory is the name of their repo), bada bing:
`git remote -v`
`#=> kit https://github.com/kitlangton/aupair.git (push)`
Now you can start pulling away:
`git pull kit master`
### But wait—
Yes! I know! **Don't Worry!** The first time you type `aupair add kit` and it doesn't yet know the person's username, it will prompt you:
`Hey, what's Kit's GitHub username?`
and then you will tell it and it know forever and ever (until you switch computers or delete the hidden YAML file in your home directory)
### Cool, I guess. Bye.