Sto usando un MacBook. voglio sapere il significato dell'opzione in git push --set-upstream git@git.coding.net:de/Bee.git master
.
Voglio capire l'uso di --set-upstream
. Posso google. E sono disposto a usare man git push
.
L'elenco dei risultati è troppo lungo. Quindi lo grep
trovo.
Ecco cosa ho provato e fallito.
den% man git | grep [--set-upstream]
zsh: no matches found: [--set-upstream]
den% man git | grep --set-upstream
grep: unrecognized option `--set-upstream'
usage: grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ] [-A num] [-B num] [-C[num]]
[-e pattern] [-f file] [--binary-files=value] [--color=when]
[--context[=num]] [--directories=action] [--label] [--line-buffered]
[--null] [pattern] [file ...]
Anche:
den% man git | grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ]
zsh: no matches found: [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ]
den% man git | grep -abcDEFGHhIiJLlmnOoqRSsUVvwxZ
grep: unknown --devices option
Eventuali suggerimenti.