forked from foundweekends/giter8
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nathan Hamblen
committed
Apr 29, 2012
1 parent
7237377
commit f937f4e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |