Skip to content

kitlangton/au_pair

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published