I just see a git config command as below:
git config --global alias.out \\!\"git fetch; git cherry origin/HEAD -v\"
what does it mean? Is i
From the git-config manual:
If the alias expansion is prefixed with an exclamation point, it will be treated as a shell command.