项目作者: Neotoxic-off

项目描述 :
👻 Manage your git projects
高级语言: JavaScript
项目地址: git://github.com/Neotoxic-off/sob.git
创建时间: 2020-11-27T22:42:34Z
项目社区:https://github.com/Neotoxic-off/sob

开源协议:MIT License

下载


sob




👻 Manage your git projects

Commands

  1. ? Command: (Use arrow keys)
  2. add
  3. commit
  4. status
  5. push
  6. pull
  7. checkout
  8. template
  9. exit

Add

  1. ? Files to add:

Commit

  1. ? Commit type: (Use arrow keys)
  2. clean : Clean part of code
  3. deploy : Deploy a new project version
  4. documentation : Add / Update documentation
  5. feature : New part of code that can perform a specific action
  6. fix : Correct part of code or mistake
  7. init : Initialise a new piece of your project
  8. library : Edit library content

Push

  1. ? Origin: origin
  2. ? Force: (Use arrow keys)
  3. Yes
  4. No
  5. ? Branch to push: master

Pull

  1. ? Origin: origin
  2. ? Branch to pull: master

Checkout

  1. ? Origin: origin
  2. ? Branch to switch: master