Skip to content

Instantly share code, notes, and snippets.

View kalwalkden's full-sized avatar

Kal Walkden kalwalkden

View GitHub Profile
@rlskoeser
rlskoeser / asana-post-commit.py
Last active September 7, 2021 20:23
python git post-commit hook for Git/Asana integration
#!/usr/bin/env python
# git post-commit hook for linking git commits to asana tasks
# (inspired / adapted in part from https://github.com/Darunada/git-asana-post-commit-hook)
#
# Tested with Python 2.7 and Python 3.5
#
# INSTALLATION
# - Copy this script to .git/hooks/post-commit in your local repository
# (be sure the script is executable)