Releases: CabbageDevelopment/gitprof
Releases · CabbageDevelopment/gitprof
v1.1.1
This release allows you to omit the .git
in Git URLs. For example, both of the following commands are now valid, whereas only the first was valid in previous releases:
gitprof clone [email protected]:CabbageDevelopment/gitprof.git
gitprof clone [email protected]:CabbageDevelopment/gitprof
v1.1.0
Previously, while cloning, all command-line output would be hidden until the clone had completely finished. When cloning a large repository, this was a poor user experience.
In this release, gitprof
shows the git clone
progress live as the clone takes place.