MacBook kullanıyorum. içindeki seçeneğin anlamını bilmek istiyorum git push --set-upstream git@git.coding.net:de/Bee.git master
.
Kullanımını bulmak istiyorum --set-upstream
. Google yapabilirim. Ve kullanmaya istekliyim man git push
.
Sonuç listesi çok uzun. Bu yüzden onu grep
bulmak için kullanıyorum.
İşte denedim ve başarısız oldu.
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 ...]
Hatta:
den% man git | grep [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ]
zsh: no matches found: [-abcDEFGHhIiJLlmnOoqRSsUVvwxZ]
den% man git | grep -abcDEFGHhIiJLlmnOoqRSsUVvwxZ
grep: unknown --devices option
Baska öneri.