Sha256: 327da510f719545bafcfda5f1bd53f64f79c0031af589ceb3900640520e61a4a
Contents?: true
Size: 191 Bytes
Versions: 29
Compression:
Stored size: 191 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'git-utils/sync' # Syncs the local master branch with remote. exit Command.run!(Sync, ARGV.dup)
Version data entries
29 entries across 29 versions & 1 rubygems