You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add brackets around status symbols and change untracked symbol to ? (#……247)
* add brackets around status symbols and change untracked symbol to ?
* fix unit tests
* make alignment longer
* update the chinese readme
reimplement gita clone #202 (#216)
* reimplement gita clone #202
The previous `gita clone config-file` corresponds to `gita clone -f config-file`
Now, by default
`gita clone <url>` translates to `git clone <url>` at the current
working directory
Also add `-C` option for changing current working directory before execution