Skip to content

Commit

Permalink
Drop the branch prefix requirement
Browse files Browse the repository at this point in the history
It sometimes makes sense to prefix git branch names with your initial,
and it sometimes doesn't. Drop the requirement and let people do what
they deem right.
  • Loading branch information
mike-burns committed May 8, 2015
1 parent 748c8c9 commit 01f6677
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions protocol/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Create a local feature branch based off master.
git pull
git checkout -b <branch-name>

Prefix the branch name with your initials.

Rebase frequently to incorporate upstream changes.

git fetch origin
Expand Down
1 change: 0 additions & 1 deletion style/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Git
===

* Avoid merge commits by using a [rebase workflow].
* Prefix feature branch names with your initials.
* Squash multiple trivial commits into a single commit.
* Write a [good commit message].

Expand Down

0 comments on commit 01f6677

Please sign in to comment.