summitech / gitexplorer

Find the right git commands without digging through the web.
MIT License
1.84k stars 160 forks source link

Help module added #82

Open kitarp29 opened 4 years ago

kitarp29 commented 4 years ago

Adding a HELP command

This is to add help command in the primary-options.js and along with it ,I have added respective commands in secondary-options.js. These include all the commands on this site and a few I could found online. This Module completes the purpose of the site and completes al the cases related to any git command. The sweetest thing of help command is that it can be used even offline and html pages are preloaded in ones computer. I have personally checked all the commands and each of them works. the list of commands it gives help to-

  1. 'add'
  2. 'blame'
  3. 'bisect'
  4. 'branch'
  5. 'check-out'
  6. 'cherry-pick'
  7. 'clone'
  8. 'commit'
  9. 'configure'
  10. 'rm '
  11. 'fetch'
  12. 'fsck'
  13. 'log'
  14. 'initialize'
  15. 'merge'
  16. 'push'
  17. 'rebase'
  18. 'reflog'
  19. 'remote'
  20. 'revert'
  21. 'stash'
  22. 'status'
kitarp29 commented 2 years ago

@BuZZ-dEE @cleberjsantos @coliff Guys this was my first ever contribution to Open Source. I still feel bad it's not merged.

cleberjsantos commented 2 years ago

@BuZZ-dEE @cleberjsantos @coliff Guys this was my first ever contribution to Open Source. I still feel bad it's not merged.

I'm sorry, but only @dopefatimah has powers to merge do it.