1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-09-19 17:16:16 +08:00
Kentaro Wada 94007f7db2 git-prompt: collect all git status information by one cmd
This commit uses the `git status --porcelain -b` format to gather the
number of ahead and behind commits related to the remote branch.
2015-08-16 23:02:15 +02:00
..