Git SSH Account Switch Versions Save

A CLI tool can switch ssh account to your current shell. You will easily switch to your git account & ssh key when using the server, and using your account to manipulate the project on the server.

ver_1.2.1

1 year ago
  1. solve the error that comes from setup.sh
  2. create uninstall.sh to help the user completely remove git-acc.

Full Changelog: https://github.com/tw-yshuang/Git_SSH-Account_Switch/compare/ver_1.2.0...ver_1.2.1

ver_1.2.0

2 years ago
  1. fix issue: Syntax error https://github.com/tw-yshuang/Git_SSH-Account_Switch/issues/3
  2. setup.sh, add the step hint when an unknown $profile happens.

ver_1.1.0

2 years ago

NEW FEATURE

  1. '-t, --type', now can choose ssh-key type, following ssh-keygen rule.
  2. '-out, --logout', now can logout your ssh-acc perfect in the CLI mode.

ver_1.0.1

2 years ago