Commit f2870fde authored by nimrod's avatar nimrod
Browse files

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

parent 778ce342
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[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