Releases: nathan-fiscaletti/git-switch
Releases · nathan-fiscaletti/git-switch
Version 1.6.2
- Added support for interactive pinning/un-pinning
Version 1.6.1
Merge pull request #13 from nathan-fiscaletti/hotfix/repo-config-path Fixed bug in GetRepositoryConfig
Version 1.6.0
Updated Pinning - Removed deprecated "focus" and "unfocus" internal commands - Added "unpin all" internal command. - Added "branch" argument to "pin" and "unpin" internal commands.
Version 1.5.2
Merge pull request #11 from nathan-fiscaletti/dev Fixed issue when running git-switch from repository sub-directory
Version 1.5.1
Merge pull request #10 from nathan-fiscaletti/dev Added 'pop' command to help message
Version 1.5.0: Added pop command & prune config option
- Added new
sw -x popcommand for moving back to your last branch - Added new
prune-remote-branchesconfig option that will automatically rungit remote prunefor each remote before listing branches. (Default: false)
Version 1.4.3: Exposed WindowSize in Config
Exposed WindowSize in Config
Version 1.4.2: Added Pipe command
Added a new internal command for piping the selected branch to stdout.
mybranch = $(sw -x pipe)Version 1.4.1: Version & Help Command
- Added current branch to interactive interface
- Added help command (
-hor--help) - Added version command (
-vor--version)
Version 1.4.0: Pinned Branches & Logging Updates
- Changed
focus branchestopinned branches - Updated focus/unfocus commands to be pin/unpin (backwards compatible)
- Added support for customizable pinned branch prefix. Defaults to "★"
- Fixed issues with git command errors always being reported as "exit code 128"