Neotoxic-off / sob

👻 Manage your git projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sob

👻 Manage your git projects

Commands

? Command: (Use arrow keys)
❯ add 
  commit 
  status 
  push
  pull
  checkout
  template
  exit 

Add

? Files to add:

Commit

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

Push

? Origin: origin
? Force: (Use arrow keys)
❯ Yes
  No
? Branch to push: master

Pull

? Origin: origin
? Branch to pull: master

Checkout

? Origin: origin
? Branch to switch: master

About

👻 Manage your git projects

License:MIT License


Languages

Language:JavaScript 100.0%