Added remote branch deletion support for the delete command
Fixed the bug where the tool config was not being automatically created
Added
g get
command, (moved getHome to get) - Tool ready for public use milestone
Added PowerShell Custom Prompt support + fixed completion repetition issue
Added set command with local and global branch prefix & moved setDefaultBranch to here
Add prompt string command
Added a check to ensure branch exists before adding an alias to it
Fixed updated binary issue in PowerShell Windows
Added removeEntry command + Added safe check around ensuring alias uniqueness
Refactored code base to use the new go-logger package
Added upgrade command to update the tool to latest version,
g uc -y
Rewrote codebase in GoLang instead of Bash
Updated the help documentation
Checking if the branch exists for 'g add-alias' + allowing deleting branches that are not registered
Fixed updating env variables issue on Mac for install script
Fixed issue of g tool failing on paths with spaces in them
Updated install script so it can update the value of G_CUSTOMIZED_PROMPT
Changed remote urls from master to release branch for updates
Fixed issues of not being able to read the prompt outside bash
Updating terminal session after an update install
Added update check (and install) command
Added auto complete on branch names for add-alias command
Fixed issues of not using G_DIRECTORY path for config data
Added install script + env variable rename
Added Git bash support + simplification of the code
Added G tool - Functions wrapper + autocompletion + new commands
Added directory subpath to custom prompt
Added bash support (in addition to zsh)
Added gitBranchTool basic version
Repository created