Skip to content

Commit

Permalink
add note about fetching tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pentabular committed Jan 17, 2013
1 parent 62d69de commit eea587f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@ Clone the repository using::

git clone https://github.com/saltstack/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.::

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

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

git fetch --tags upstream

Create a new `virtualenv`_::

virtualenv /path/to/your/virtualenv
Expand Down

0 comments on commit eea587f

Please sign in to comment.