On Oct 02 16:54, Michael DeHaan wrote:
> Ansible will not be keeping a seperate branch named "stable"
>
> We use the development branch for development (ha), and then branch of each
> release, which are each "stable".

Of course "stable" name is just a suggestion on my part. For example, GitLab
flow suggests "production" for a branch with similar concept.

> It might be useful for you to find the last tag that starts with "v", and
> checkout at that tag.

OK, so that would essentially be:

    git checkout $(git tag -l | grep "^v" | sort -nr | head -n 1)

versus:

    git checkout stable

Not counting the submodule updates.

Maciej

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20141002210438.GA19861%40helios.gumed.edu.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to