From bf01fe6910646010df58274fe934873b696ac7e2 Mon Sep 17 00:00:00 2001 From: Nathan Hamblen Date: Sat, 26 Feb 2011 18:15:51 -0500 Subject: [PATCH] private repo notes --- README.markdown | 9 +++++++++ notes/0.2.1.markdown | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 notes/0.2.1.markdown diff --git a/README.markdown b/README.markdown index 3caa476d..da669f87 100644 --- a/README.markdown +++ b/README.markdown @@ -117,6 +117,15 @@ them on the command line and skip the interaction: Any parameters that are not supplied will be assigned their default values. +Private Repositories +-------------------- + +Giter8 accesses GitHub anonymously by default, but for private +templates you can supply a name and token or password in `~/.gh`: + + username=yourusername + token=yourtoken + Making your own templates ------------------------- diff --git a/notes/0.2.1.markdown b/notes/0.2.1.markdown new file mode 100644 index 00000000..a9bc1e39 --- /dev/null +++ b/notes/0.2.1.markdown @@ -0,0 +1,5 @@ +Support for authorized access to private repositories, contributed by +[KirinDave][kd] and [tlockney][tl]. + +[kd]: https://github.com/KirinDave +[tl]: https://github.com/tlockney