[asterisk-dev] Menuselect missing from 1.8 branches

Rodrigo Ramírez Norambuena decipher.hk at gmail.com
Tue May 31 18:58:58 CDT 2016


Hi!

On Tue, 2016-05-31 at 20:03 +0200, Olle E. Johansson wrote:
> > Yeah, you can just do "git checkout 11 -- menuselect" then add it
> > to .gitignore.
> > 
> >  
> Great but git says “fatal: invalid reference: 11” 
> 
> Maybe it’s because I checkout out just a single branch, not the full
> repo. 


11 is not a tag into of repository, is  a branch.

You can do it
    git checkout origin/11 -- menuselect

If you need a tag version like 11.0.0
    git checkout 11.0.0 -- menuselect

Regards!

-- 
Rodrigo Ramírez Norambuena
http://www.rodrigoramirez.com




More information about the asterisk-dev mailing list