RE: Globbing for ignored branches?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> Behalf Of Markus Trippelsdorf
> Sent: Friday, January 24, 2014 1:01 AM
> Subject: Globbing for ignored branches?
> 
> I would like to ignore branches that match a certain pattern, e.g.:
[snip]
> 
> Is it possible to ignore all branches that match "hjl"?
 

If you mean ignore them when you do "git branch -a", then

git branch -a |grep -v hjl

If you mean "ignore" in some other scenario you need to be more specific about what you want.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]