summitech / gitexplorer

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

Adding PUSH in first option #80

Closed kitarp29 closed 4 years ago

kitarp29 commented 4 years ago

Adding PUSH in first option

Sir/Mam, I want to add a PUSH option in the first options list and add more commands related to it like (-f ,-u). I found the "git push origin branchname" in the secondary-options.js
BUT manually on the site I could'nt navigate to it. If you guys want I will work on these features and generate a PULL REQUEST.

arthurdenner commented 4 years ago

Hi @kitarp29! 👋

You just found a bug. The push command has secondary options but it's missing on the primary options.

Feel free to fix this and add more commands related to it.

arthurdenner commented 4 years ago

@kitarp29, I just noticed that #79 addresses this bug.

Maybe you should wait for it before doing other changes.

kitarp29 commented 4 years ago

Ok Sir, if I get some similar issue I let you know