Git branches can have path-like names, such as f2003-conv/f90ppr-tool/debug_issueX
. Is it possible to actually use these as directories, as in, rename f2003-conv/f90ppr-tool
with all its sub-branches?
Is it possible to rename an entire “directory of branches”?
29 views Asked by leftaroundabout At
1
Since branch names are arbitrary, I don't think Git has any built-in way to do this, but here's a little script, credit to edenwaith.