class T1k::Commands::Branch

Public Class Methods

actual_branch() click to toggle source
# File lib/t1k/commands/branch.rb, line 4
def self.actual_branch
  branch = `git branch | grep '*' | awk '{print $2}'`

  branch
end