diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-29 18:14:55 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-29 18:14:55 +1200 |
commit | dee95b82b252c9c14179e6bb93cbd52e5f5795bd (patch) | |
tree | 8752ac5cb754e732843f9781c79f9269f04274a5 /IDEAS.md | |
parent | Add an idea for a new Git hook (diff) | |
download | dotfiles-dee95b82b252c9c14179e6bb93cbd52e5f5795bd.tar.gz dotfiles-dee95b82b252c9c14179e6bb93cbd52e5f5795bd.zip |
Add an idea for a new approach to Git hooks
Diffstat (limited to 'IDEAS.md')
-rw-r--r-- | IDEAS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,3 +35,5 @@ Ideas * Could probably put my pre-commit hook that bans commits to master in here; maybe make it a bit smarter by only banning commits to master if a branch named "develop" exists +* Almost definitely going to want to try a runparts layout for Git hooks at + some point |