Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix git options examples
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jul 26, 2019
1 parent 428f53b commit bda0fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/gemfile.5.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ Git repositories support a number of additional options.
You `MUST` only specify at most one of these options. The default
is `:branch => "master"`. For example:

git "https://github.com/rails/rails.git", :branch => "5-0-stable" do
gem "rails", :git => "https://github.com/rails/rails.git", :branch => "5-0-stable"

git "https://github.com/rails/rails.git", :tag => "v5.0.0" do
gem "rails", :git => "https://github.com/rails/rails.git", :tag => "v5.0.0"

git "https://github.com/rails/rails.git", :ref => "4aded" do
gem "rails", :git => "https://github.com/rails/rails.git", :ref => "4aded"

* `submodules`:
For reference, a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
Expand Down

0 comments on commit bda0fa0

Please # to comment.