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

- pull-submodules Git alias now works even if no upstream branch is specified.

parent 74149d08
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
[alias] [alias]
clone-recursive = clone --recursive clone-recursive = clone --recursive
push-tags = push --follow-tags push-tags = push --follow-tags
pull-submodules = submodule foreach git pull pull-submodules = submodule update --remote
diff-cached = diff --cached diff-cached = diff --cached
[transfer] [transfer]
fsckobjects = true fsckobjects = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment