|
NAMEgist - Gist command-line tool VERSIONversion 0.16 SYNOPSISgist [OPTIONS] FILE
OPTIONS
CONFIGURATIONConfigure git with your GitHub credentials: $ git config --global github.user LoginName
$ git config --global github.password GitHubPassword
Alternatively you can install Config::Identity and write your credentials in the (optionally GPG-encrypted) "~/.github" file as follows: login LoginName
password GitHubpassword
(if only the login name is set, the password will be asked interactively) AUTHORAlessandro Ghedini <alexbio@cpan.org> LICENSE AND COPYRIGHTCopyright 2011 Alessandro Ghedini. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.
|