Function git_nomad::git_binary::namespace::push_refspec
source ยท pub fn push_refspec(user: &User<'_>, host: &Host<'_>) -> String
Expand description
The refspec to push local branches as nomad managed refs in the remote.
When run on host boreas
that has a branch named feature
:
refs/heads/feature
becomes refs/nomad/rraval/boreas/feature
.