create git commands

This commit is contained in:
rkiel
2015-06-06 07:59:12 -04:00
parent d7634a8653
commit be68a8b6c8
6 changed files with 59 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ module Feature
end
def execute
run_cmd "git branch"
git_show_branches
end
end