Sha256: ed0917abd8d392fcbe46311ad4958b51d7fbd4021a34ea4c60f9bb42a5232158
Contents?: true
Size: 270 Bytes
Versions: 29
Compression:
Stored size: 270 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'git-utils/switch' # Switches to the first branch matching the given pattern. # E.g., 'git switch foobar' switches to 'the-foobar-branch'. exit Command.run!(Switch, ARGV.dup)
Version data entries
29 entries across 29 versions & 1 rubygems