Skip to content

Commit

Permalink
Fetching tags does not require an upstream remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
rca committed Mar 11, 2013
1 parent bc8d5fe commit 4e77b80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,16 @@ Installing Salt for development
Clone the repository using::

git clone https://github.com/saltstack/salt
cd salt

.. note:: tags

Just cloning the repository is enough to work with Salt and make
contributions. However, you must fetch additional tags into your clone to
have Salt report the correct version for itself. To do this you must first
add the git repository as an upstream source.::
have Salt report the correct version for itself. To do this, fetch the tags
with the command::

git remote add upstream http://github.com/saltstack/salt
git fetch --tags

Fetching tags is done with the git 'fetch' utility::

Expand Down

0 comments on commit 4e77b80

Please sign in to comment.