Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 29, 2012
1 parent 7237377 commit f937f4e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions notes/0.4.5.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
This release improves support for github OAuth. The previous release
did not request the proper scope for private repositories. If you
already obtained a token, or wish to switch from name and password
auth, then run g8 with your github name and password separated by
a `:` character:

[private]: https://github.com/n8han/conscript/issues/39

g8 --auth yourname:yourpass

If successful, this command stores an access token in `~/.g8/config`
which is used for all future `g8` invocations. You can revoke tokens
at any time in your [github account settings][tokens].

[tokens]: https://github.com/settings/applications


To upgrade giter8 using Conscript:

cs n8han/giter8

0 comments on commit f937f4e

Please sign in to comment.