Sha256: d21aa17c6f0366d197db4b082d29e0a6b141a420f82e7bd915be832874403cb9
Contents?: true
Size: 127 Bytes
Versions: 24
Compression:
Stored size: 127 Bytes
Contents
#!/usr/bin/env ruby # Undoes the last commit and places the changes back in the staging area. system 'git reset --soft HEAD^'
Version data entries
24 entries across 24 versions & 1 rubygems