Commit Graph

1 Commits (626b27bea56a81055a796d452a9ef4fd6e0f4fca)

Author SHA1 Message Date
wxiaoguang afa8dd45af
Make git push options accept short name ()
Just like what most CLI parsers do: `--opt` means `opt=true`

Then users could use `-o force-push` as `-o force-push=true`