Sha256: a2248adaffc8ab4b6d40e2258aa445f9f85117faed0870f16b406e4e2633f8a4
Contents?: true
Size: 101 Bytes
Versions: 2
Compression:
Stored size: 101 Bytes
Contents
#!/bin/bash if [ -z "$1" ] then git commit -m 'fix: ' -e else git commit -m "fix: $1" fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ghit-0.0.2 | bin/git-fix |
ghit-0.0.1 | bin/git-fix |