From 85502600f76cdbbd21eb48b6512b4011977bfe89 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 11 Jun 2017 16:56:25 +0300 Subject: [PATCH] - Added --init to the bull Git alias, in case sub modules weren't initialized. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index ee30a59..c142db6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,7 @@ [alias] amend = commit --amend autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash - bull = submodule update --remote + bull = submodule update --remote --init clear = clean -fdx dif = diff --color-words empty-commit = commit --allow-empty -- GitLab