This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Dec 09 20:14:35 -0800 2009 | |
| |
Changes | Wed Dec 09 20:14:34 -0800 2009 | |
| |
MANIFEST.SKIP | Wed Dec 09 20:14:34 -0800 2009 | |
| |
Makefile.PL | Sun Aug 16 08:51:28 -0700 2009 | |
| |
README.mkdn | Wed Dec 09 20:14:35 -0800 2009 | |
| |
bin/ | Sat Jan 10 18:33:12 -0800 2009 | |
| |
lib/ | Wed Dec 09 20:14:35 -0800 2009 | |
| |
t/ | Sun Mar 08 19:02:06 -0700 2009 |
README.mkdn
How do I use it?
# You can see your token at https://github.com/account
% cd some_project_in_git
% github-import --username jrockway --token decafbad --add-remote --push-mode all
You can also set default values for the command-line parameters via "git config".
% git config --global --add github.user jrockway
% git config --global --add github.token decafbad
% cd some_other_project_in_git
% github-import
Now you won't have to type in your username and github token for every request; the fields will be automatically set from your git configuration file. (You can of course override the defaults on the command-line.)








