OVYA Git Bash Scritps
0.1.0
Useful git scritps and OVYA git workflow related scripts
|
Functions | |
__oglError (string) | |
Output errors to stderr. More... | |
__oglHasUpstreamBranch (string) | |
Test if the given branch has on upstream. If not, output an error to stderr. More... | |
__oglError | ( | string | ) |
Output errors to stderr.
string | The message to output |
string | echoed in stderr. |
__oglHasUpstreamBranch | ( | string | ) |
Test if the given branch has on upstream. If not, output an error to stderr.
string | The branch to operate on. |
string | echoed in stderr if no upstream found. |