README.markdown in git-issue-0.8.2 vs README.markdown in git-issue-0.8.3
- old
+ new
@@ -19,11 +19,11 @@
$ git clone https://github.com/yuroyoro/git-issue.git
$ cd git-issue
$ gem install jeweler
$ rake install
-## Configuration
+## Configuration(Redmine)
set type of issue traking system(redmine or github)
$ git config issue.type redmine
@@ -40,9 +40,19 @@
$ git config issue.repo gitterb
set your account name if using github.
$ git config issue.user yuroyoro
+
+## Configuration(Github Issues)
+
+set type of issue traking system(redmine or github)
+
+ $ git config issue.type github
+
+set user and password of github(for authentication)
+
+ $ EDITOR=vim pit set github
## Usage(Redmine)
git issue <command> [ticket_id] [<args>]