Skip to content

Commit

Permalink
Merge pull request #272 from yonahw/bad_taste_in_branch_naming_accept…
Browse files Browse the repository at this point in the history
…ed_NOT_encouraged

I blame gitflow for this atrocity
  • Loading branch information
wayneeseguin committed May 20, 2011
2 parents 71fae3b + b765f44 commit 9ebaff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ps1_functions
Expand Up @@ -64,7 +64,7 @@ ps1_git()
production|prod) attr="1;37m\033[" ; color=41 ;; # red
master|deploy) color=31 ;; # red
stage|staging) color=33 ;; # yellow
dev|development) color=34 ;; # blue
dev|develop|development) color=34 ;; # blue
next) color=36 ;; # gray
*)
if [[ -n "${branch}" ]] ; then # Feature Branch :)
Expand Down

0 comments on commit 9ebaff6

Please sign in to comment.