Skip to content

Instantly share code, notes, and snippets.

View dancysoft's full-sized avatar

Ahmon Dancy dancysoft

View GitHub Profile
@dancysoft
dancysoft / push-one-commit
Created February 23, 2021 19:35
Push a single commit to Gerrit
#!/bin/bash
# Pushes a single commit to Gerrit.
# Contributors:
# Ahmon Dancy
# Kevin Layer
# Willem Broekema
set -ue