Skip to content

Releases: CabbageDevelopment/gitprof

v1.1.1

18 Apr 09:31
Compare
Choose a tag to compare

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:

  1. gitprof clone [email protected]:CabbageDevelopment/gitprof.git
  2. gitprof clone [email protected]:CabbageDevelopment/gitprof

v1.1.0

06 Feb 16:21
Compare
Choose a tag to compare

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.