Simon Gao

Results 2 comments of Simon Gao

The examples provided here won't really capture the full response time. It only captures the time right before the response starts streaming. That's more of a [*first byte time*](https://en.wikipedia.org/wiki/Time_to_first_byte). A...

I ran into this issue as well. The solution for me was to switch to [git-prompt.sh](https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh). This is what I end up doing to my .bashrc ```bash source /usr/local/etc/bash_completion.d/git-prompt.sh GIT_PS1_SHOWDIRTYSTATE=true...