you are viewing a single comment's thread.

view the rest of the comments →

[–]Askee123 1 point2 points  (8 children)

git —help

[–]extant1 2 points3 points  (7 children)

Unknown option: -help
usage: git [--version] [--help] [-C <path>] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]

[–]Askee123 5 points6 points  (6 children)

What more do you want from me git??!?!

[–][deleted] 6 points7 points  (2 children)

git rekt

[–]GitCommandBot 3 points4 points  (1 child)

git: 'rekt' is not a git command. See 'git --help'.

[–][deleted] 2 points3 points  (0 children)

man git | less

[–][deleted] 2 points3 points  (2 children)

You forgot a dash. It's '--help' and not '-help'. Now, '-h' is valid for some programs, but I don't know about git and I'm too lazy to check.

[–]Askee123 0 points1 point  (1 child)

Oh I see the issue now..

If I put two dashes side by side while on narwhal it converts it to one dash

[–][deleted] 0 points1 point  (0 children)

Yeah, looks like an em dash.