How to bypass the Git pre-push hook→
Git's pre-push hooks are a great way to enforce code quality. They're also a pain when you just want to push some in-progress work to a branch.
Git's pre-push hooks are a great way to enforce code quality. They're also a pain when you just want to push some in-progress work to a branch.
When working on a codebase with a lot of unstaged or untracked changes, the default git status
output is unhelpful.
The Composer documentation provides instructions for using a private GitHub or BitBucket repository as a dependency. This note covers GitLab.
GitLab's opinion of what constitutes valid YAML differs from the official spec. Booleans, in particular, are problematic.
A monthly round-up of blog posts, projects, and internet oddments.