You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sinatra app that handles HTTP POSTs from GitHub's post-receive webhook. It parses out the name of the repo and branch then pulls (if the branch is master) or creates a new tracking branch otherwise (using branch -f incase the local branch already exists).