Skip to content
Snippets Groups Projects
Commit 85502600 authored by nimrod's avatar nimrod
Browse files

- Added --init to the bull Git alias, in case sub modules weren't initialized.

parent 59a7020c
Branches
No related tags found
No related merge requests found
[alias] [alias]
amend = commit --amend amend = commit --amend
autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash
bull = submodule update --remote bull = submodule update --remote --init
clear = clean -fdx clear = clean -fdx
dif = diff --color-words dif = diff --color-words
empty-commit = commit --allow-empty empty-commit = commit --allow-empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment