Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: imgios/git-profile

v2.0

28 May 08:30
9246b76

Choose a tag to compare

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

23 May 07:22
8cb7a27

Choose a tag to compare

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 --save option 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

28 Apr 14:31
1c25556

Choose a tag to compare

What's Changed

Release v1.0 by @imgios in #1

  • 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 .bashrc file)

Full Changelog: https://github.com/imgios/git-profile/commits/v1.0