UpdateRef will create or update a Git reference
(ref string, hash Hash)
| 174 | |
| 175 | // UpdateRef will create or update a Git reference |
| 176 | UpdateRef(ref string, hash Hash) error |
| 177 | |
| 178 | // RemoveRef will remove a Git reference |
| 179 | // RemoveRef is idempotent. |
no outgoing calls
no test coverage detected