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

Version Path
git-utils-2.4.0 bin/git-switch
git-utils-2.3.0 bin/git-switch
git-utils-2.2.1 bin/git-switch
git-utils-2.2.0 bin/git-switch
git-utils-2.1.0 bin/git-switch
git-utils-2.0.0 bin/git-switch
git-utils-1.0.0 bin/git-switch
git-utils-0.7.1 bin/git-switch
git-utils-0.7.0 bin/git-switch
git-utils-0.6.5 bin/git-switch
git-utils-0.6.4 bin/git-switch
git-utils-0.6.3 bin/git-switch
git-utils-0.6.2 bin/git-switch
git-utils-0.6.1 bin/git-switch
git-utils-0.6.0 bin/git-switch
git-utils-0.5.10 bin/git-switch
git-utils-0.5.9 bin/git-switch
git-utils-0.5.8 bin/git-switch
git-utils-0.5.7 bin/git-switch
git-utils-0.5.6 bin/git-switch