Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.52 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.52 KB

gitomo-js

Gitomo = Git + Tomo(friend)

CLI Friend that you'll need when using git

Install

npm install -g gitomo

# or

yarn global add gitomo

Commands

  • commit Commit a repository after you see your git status
gitomo commit

Commit in action

  • explain Explain Git Commands
gitomo explain
gitomo explain --language ar

Supported Languages:

  • Arabic(ar)
  • English(en)

Explain in action

How Gitomo can help you?

  • when doing git commit it will show git status first
  • when doing git commit make sure no verb is in past or past participle to enforce a better commits convention
  • status can give you useful warning like
    • having the same file modified and in stage area
    • unresolved conflict
    • not added files after you resolve a conflict
  • add to .gitignore without opening it
  • can explain any git command with options in most languages
  • show you contributor's rank sorted in command lines based on different criteria
  • ease your life with git diff single file which allow you to choose between commit id without the hassle of copy paste commits hashes
  • use github or gitlab integrations so you can create a repo,add members, delete a repo, do merge requests from terminal
  • help you to add your ssh key

All implementations: