ListRefs will return a list of Git ref matching the given refspec
(refPrefix string)
| 181 | |
| 182 | // ListRefs will return a list of Git ref matching the given refspec |
| 183 | ListRefs(refPrefix string) ([]string, error) |
| 184 | |
| 185 | // RefExist will check if a reference exist in Git |
| 186 | RefExist(ref string) (bool, error) |
no outgoing calls