Re: any way to avoid bot branch clutter?

2022-06-17 Thread Steve Lawrence
Yep, the remote..fetch config option is a "refspec" (essentially a glob of src and dst) that will tell git what remote branches to fetch when you run git fetch. Because the option is usually remote/repository specific, it's probaby best to modify it in .git/config in the repo instead of ~/.gitc

any way to avoid bot branch clutter?

2022-06-16 Thread Mike Beckerle
Is there a basic technique I can put in my ~/.gitconfig so that my daffodil repo clone won't show dependabot and scala steward branches? Basically, I don't want to fetch info about commits that have "dependabot" in their remote branch name. For any remote. E.g., see screenshot here from qgit: [i