git checkout branch in makefile

Michael Gmelin freebsd at grem.de
Mon Jul 9 18:19:24 UTC 2018



> On 9. Jul 2018, at 19:34, blubee blubeeme <gurenchan at gmail.com> wrote:
> 
> Is it possible to do a git checkout of a specific branch in a ports
> makefile?
> 
> How would I go about checking out a particular branch from a github project.

As branches aren’t stable this won’t buy you anything, that’s why you should always go for a tag or commit (which is branch agnostic).

Michael

> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"



More information about the freebsd-ports mailing list