Skip to content

Commit

Permalink
Updated readme with instructions on setting up GitHub Enterprise acco…
Browse files Browse the repository at this point in the history
…unts
  • Loading branch information
Valentino committed Oct 10, 2013
1 parent 7842156 commit 3a9dca0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rdoc
Expand Up @@ -51,7 +51,10 @@ or
$ gem install git_reflow

=== Setup
git reflow setup
[PROTIP] To use GitReflow with a GitHub Enterprise account, before do the following setup you need to make sure you have the following git config setup:

git config github.endpoint "https://github.company.com/api/v3"
git config github.site "https://github.company.com"

On your first install, you'll need to setup your Github credentials. These are used only to get an oauth token that's stored in your global git config.
We use the Github credentials so we can create pull requests from the command line.
Expand Down

0 comments on commit 3a9dca0

Please sign in to comment.