Skip to content

Instantly share code, notes, and snippets.

View mcongrove's full-sized avatar

Matthew Congrove mcongrove

View GitHub Profile
@mcongrove
mcongrove / olympiad.md
Last active October 4, 2019 21:16
Pinpoint Olympiad Information

Player Nomination

For many of the events below, teams nominate 1 or 2 players to play on the team's behalf. No player may participate in more than 2 of these nominated events (i.e. you cannot have the same player participate in the basketball, air hockey and foosball).


Events

Round 1, Indoor

@mcongrove
mcongrove / sign_commits.md
Created April 5, 2020 23:57
Verify Unsigned Commits

Workaround to verify unsigned commits in github

All commits started from 8fd7b22 will be rebased with no changes except signing.

git rebase --exec 'git commit --amend --no-edit -n -S' -i 8fd7b22
git push --force

Source