Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 14, 2012
1 parent 4a82e65 commit 19bcfd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion notes/0.4.4.markdown
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` .
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Builds extends sbt.Build {
import ls.Plugin.{lsSettings,LsKeys}
import sbtbuildinfo.Plugin._

val g8version = "0.4.3"
val g8version = "0.4.4"

lazy val buildSettings = Defaults.defaultSettings ++ lsSettings ++ Seq(
organization := "net.databinder.giter8",
Expand Down

0 comments on commit 19bcfd1

Please sign in to comment.