Releases: MaralKay/gitctx
Releases · MaralKay/gitctx
v1.1.1
Changelog
- 76eb745 Merge pull request #5 from MaralKay/subcmd/version
- 6275cc9 remove irrelevant comment
- 51a9645 add delete subcommand
- a486790 check for format before migrating context file
- 719841d Merge pull request #4 from MaralKay/workflow-codeql
- 4b7d6a9 Create codeql.yml
- f29ea74 Update README.md
- 83a4799 Update README.md
- 43c6bb3 Update README.md
v1.1.0
Changelog
- 7669505 Add local and global scopes and a
migrate
subcommand to update the current-context file to compliant format - 65a3670 Merge pull request #3 from MaralKay/feature/global-local
- 1016c36 - refactor and add two context scopes, repo and global
- 420619b - add migrate context command
- e838581 - add migrate context command
- 447f5ad - fix position of goto
- 942631b - always goto labeled ssh config step - check if in gitrepo to update ssh config accordingly
- 8905b6a - fix ssh config to global so it's possible to use cli outside of Git repos - refactor code