Skip to content

Commit

Permalink
Added shortcut for pushing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Nov 8, 2013
1 parent 0c1724f commit a4139e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtm
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ Pushes timetracker notes and then current branch (setting upstream)
git push
failed $? "Some issues with pushing timetracker notes.$trst May be you should first run '`blue 'git pull'`' (+ '`blue 'gtm merge'`' if needed)"
git push -u origin $(current_branch)
[ "$1" == "--tag" ] || [ "$1" == "-t" ] && git push --tag
}

function gtm_steal() {
Expand Down

0 comments on commit a4139e1

Please sign in to comment.