You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/git/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ Branches
27
27
* Don't commit your changes directly to master.
28
28
It will make the collaborative workflow messy.
29
29
* Checkout a new local branch from `master` for every change you want to make (bugfix, feature).
30
-
* Use the `username/feature-name` pattern for naming branches.
31
30
* Use lowercase-with-dashes for naming.
32
31
* Follow [Linus' recommendations][Linus] about history.
33
32
- "People can (and probably should) rebase their _private_ trees (their own work). That's a _cleanup_. But never other peoples code. That's a 'destroy history'...
0 commit comments