summaryrefslogtreecommitdiff
path: root/doc/topics/git/feature_branching.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/git/feature_branching.md')
-rw-r--r--doc/topics/git/feature_branching.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/feature_branching.md b/doc/topics/git/feature_branching.md
index f0ded5511ee..d3b2510f4e8 100644
--- a/doc/topics/git/feature_branching.md
+++ b/doc/topics/git/feature_branching.md
@@ -12,7 +12,7 @@ comments: false
- Keeps changes isolated
- Consider a 1-to-1 link to issues
- Push branches to the server frequently
- - Hint: This is a cheap backup for your work-in-progress code
+ - Hint: Pushing branches is a cheap backup for your work-in-progress code.
## Feature branching sample workflow