-
Notifications
You must be signed in to change notification settings - Fork 1.7k
list remote reference and get list of branches #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -52,6 +52,18 @@ | |||
"tip": "git remote set-url origin <URL>" | |||
}, | |||
{ | |||
"title": "Get list of all remote references", | |||
"tip": "git remote || git remote show" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
||
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i wanted to show either of the two can be used, hence used this. Can you suggest something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it could be tips:[ ]
but then we need to modify the doxie config a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about tip
and alternatives
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ makes sense, BTW the pre-commit hook is not working for her, are we missing something ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you run npm install
?
👍 Will merge this, as of now doxie is not configured to work with alternatives, will fix that soon. |
list remote reference and get list of branches
list remote reference and get list of branches
No description provided.