Skip to content

Releases: northwang-lucky/git-user-cli

v0.0.4

12 Jul 03:14

Choose a tag to compare

0.0.4 (2023-07-11)

Bug Fixes

v0.0.3

09 Mar 09:09

Choose a tag to compare

0.0.3 (2023-03-09)

Bug Fixes

  • posinstall: fix unexpected install (90561c1)

v0.0.2

09 Mar 08:50

Choose a tag to compare

0.0.2 (2023-03-09)

Bug Fixes

  • postinstall: fix the unexpected script running of postinstall (49a84e5)

v0.0.1

09 Mar 08:26

Choose a tag to compare

0.0.1 (2023-03-09)

Features

  • git-clone: finish "git-clone" command (1ac5e38)
  • gitusr add: add regex validation for user.email (3432637)
  • gitusr add: finish "gitusr add" command (9f0434d)
  • gitusr current: finish "gitusr current" command (3dfa6b7)
  • gitusr init: finish "gitusr init" command (5bdadff)
  • gitusr list: add alias "gitusr ls" (10ec96f)
  • gitusr list: finish "gitusr list" command (8759949)
  • gitusr remove: finish "gitusr remove" command (9b9089c)
  • gitusr switch: add --name, --email and --index options to "gitusr switch" (5c2baf0)
  • gitusr switch: finish "gitusr switch" command (c3fa631)
  • gitusr use: rename "gitusr switch" to "gitusr use" (d2553cb)

Bug Fixes

  • utils/user: fix getTargetUser overriden error (d4959b7)