Releases: imgios/git-profile
Releases · imgios/git-profile
v2.0
What's Changed
- Change script usage to verb-like approach by @imgios in #9
- Fix the profile list in the output by @imgios in #10
- Add the verbose flag to enable debug logs by @imgios in #11
- Add a new line at the end of each log message by @imgios in #12
- Add bash completion by @imgios in #13
- Error messages are now written on the stderr
Full Changelog: v1.1...v2.0
v1.1
What's Changed
- Add the option to list the available profiles by @imgios in #4
- Log messages now includes both the timestamp and the level and are nicely formatted.
- There's a new option to list all the available profiles in the
$PROFILE_DIR. - Now a string can be passed with the
--saveoption to assign a name to the profile. - Fixed some cases where the script returned 1 even if it was successful.
- Fix the logs shown on the stdout by @imgios in #6
- Fix use cases where no profile name was needed by @imgios in #7
Full Changelog: v1.0...v1.1
v1.0
What's Changed
- Switch Git configuration just using the profile name as a parameter (
git-profile <profile-name>) - Save Git configuration currently in use (
git-profile --save) - Dynamically create the alias string to call the script from anywhere (the user has to place it in the
.bashrcfile)
Full Changelog: https://github.com/imgios/git-profile/commits/v1.0