Releases: samrocketman/git-identity-manager
Releases · samrocketman/git-identity-manager
git-idm v0.11
Bug fix: since initial setup assumes a certain order of .gitconfig
sections, then attempt to assure initial setup every time a write operation would occur to .gitconfig
. See issue #6.
Full Changelog: v0.10...v0.11
git-idm v0.6
New features:
- Warn user when using a version of
git
older than 2.10. - New option
--ssh-command
which can be specified to use a completely custom SSH command rather than relying on the default provided by--key
.
git-idm v0.5
New features:
- Warn user about private key not being added to
ssh-agent
when using thegit idm use
command.
git-idm v0.4
Bugfixes:
- Active identity misprinting multiple IDs.
git-idm v0.3
New features:
- Add
-v
and--version
options in addition togit idm version
.
Bugfixes:
- shellcheck recommendations.
git-idm v0.2
New features:
- Added short commands
git idm rm
andgit idm ls
forremove
andlist
respectively.
Bugfixes:
- Avoid removing an empty identity.
- Document
git idm version
.
git-idm v0.1 (initial release)
Released with commands:
git idm active
git idm add
git idm list
git idm remove
git idm uninstall
git idm use
git idm version