79395121

Date: 2025-01-28 20:41:12
Score: 1
Natty:
Report link

Answering since I cannot add comments. I'm running Git on Windows and the following alias works for me, it is very similar to yours:

git config --global alias.pullall !"git pull && git submodule update --init --recursive"

Then you can run the command git pullall. Add Alias Use Alias

I don't remember why it was, but my alias wasn't working when I used single quotes to wrap my command. May have been a Windows-issue.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dirtyllama13