From 51b6e64db854c48a7b31ca6b8cf6c9f3beb7ff41 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Tue, 2 Sep 2014 11:23:26 +0200 Subject: [PATCH] It's the shell. --- doc/workflow/gitlab_flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/workflow/gitlab_flow.md b/doc/workflow/gitlab_flow.md index 0ddafd0b392..2187d8b45ca 100644 --- a/doc/workflow/gitlab_flow.md +++ b/doc/workflow/gitlab_flow.md @@ -254,7 +254,7 @@ If you have long lived feature branches that last for more than a few days you s # Merging in other code -![vim screen showing git pull output]() When branching of a feature branch always start with an up to date master to branch of from. +![Shell output showing git pull output]() When branching of a feature branch always start with an up to date master to branch of from. If you know beforehand that you work absolutely depends on another branch you can also branch from there. If you need to merge in another branch after starting explain the reason in the merge commit. If you have not pushed your commits to a shared location yet you can also rebase on master or another feature branch.