Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 13, 2012
1 parent 4e9b452 commit 6703642
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.markdown
Expand Up @@ -42,11 +42,7 @@ Usage
-----

Template repositories must reside on github and be named with the
suffix `.g8`. We're keeping a [list of templates on the wiki][wiki],
and you can query github to list all templates with a `.g8` suffix
from the command line:

$ g8 --list
suffix `.g8`. We're keeping a [list of templates on the wiki][wiki].

To apply a template, for example, [softprops/unfiltered.g8][uft]:

Expand Down Expand Up @@ -86,10 +82,15 @@ Private Repositories
--------------------

Giter8 accesses GitHub anonymously by default, but for private
templates you can provide your GitHub [credentials][info]: –username and token– in `~/.gitconfig`:
templates you can provide your GitHub [credentials][info]: –username
and password– in `~/.gitconfig`:

$ git config --global github.user your-username
$ git config --global github.password your-password

$ git config --global github.user username
$ git config --global github.token 0123456789yourf0123456789token
Note: This stores your password in the clear. We were using github's
token authentication, which they have now abandoned. At some point
we'll upgrade to their OAuth2 flow.

[info]: http://help.github.com/set-your-user-name-email-and-github-token/

Expand Down

0 comments on commit 6703642

Please sign in to comment.