Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. git branch --sort help // fatal: unknown field name: help
  2. git branch help --sort // error: option `sort' requires a value
  3. git branch --sort --help // fatal: unknown field name: -help
  4. git branch sort --help // shows help only for branch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement