Skip to content

Releases: nathan-fiscaletti/git-switch

Version 1.6.2

29 Aug 06:46
6283eb2

Choose a tag to compare

  • Added support for interactive pinning/un-pinning

Version 1.6.1

31 Jul 01:49
f6a2c68

Choose a tag to compare

Merge pull request #13 from nathan-fiscaletti/hotfix/repo-config-path

Fixed bug in GetRepositoryConfig

Version 1.6.0

14 Jul 21:34
3ea683b

Choose a tag to compare

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

14 Jul 21:15
2e2a26f

Choose a tag to compare

Merge pull request #11 from nathan-fiscaletti/dev

Fixed issue when running git-switch from repository sub-directory

Version 1.5.1

12 Jul 23:18
d8308ec

Choose a tag to compare

Merge pull request #10 from nathan-fiscaletti/dev

Added 'pop' command to help message

Version 1.5.0: Added pop command & prune config option

11 Jul 19:46
b395f00

Choose a tag to compare

  • Added new sw -x pop command for moving back to your last branch
  • Added new prune-remote-branches config option that will automatically run git remote prune for each remote before listing branches. (Default: false)

Version 1.4.3: Exposed WindowSize in Config

30 Jun 19:01
5792021

Choose a tag to compare

Exposed WindowSize in Config

Version 1.4.2: Added Pipe command

30 Jun 17:11
8608f86

Choose a tag to compare

Added a new internal command for piping the selected branch to stdout.

mybranch = $(sw -x pipe)

Version 1.4.1: Version & Help Command

30 Jun 16:40
bd83e23

Choose a tag to compare

  • Added current branch to interactive interface
  • Added help command (-h or --help)
  • Added version command (-v or --version)

Version 1.4.0: Pinned Branches & Logging Updates

30 Jun 07:07
3c4c9fa

Choose a tag to compare

  • Changed focus branches to pinned 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"