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 14, 2012
1 parent
4a82e65
commit 19bcfd1
Showing
2 changed files
with
6 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
### (O)Authentication | ||
|
||
Provides an implementation for Github's client-side [oauth][oauth] support as an alternative to .gitconfig storage of private credentials | ||
Provides an implementation for Github's client-side [oauth][oauth] | ||
support as an alternative to .gitconfig storage of private credentials | ||
|
||
g8 --auth login password | ||
|
||
[oauth]: http://developer.github.com/v3/oauth/ | ||
|
||
This method does not require the local storage of your github | ||
password. An oauth access token is stored in `~/.g8/config` . |
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