dot dot dotfiles
at main 6 lines 214 B view raw
1#!/usr/bin/env Rscript 2 3# do not commit to main branch 4on_main <- identical (gert::git_branch (), "main") 5if (on_main) 6 stop ("main branch is protected on GitHub; commits must be made via PR from other branch")