Move gitaly working directory to top level
Related to gitaly#2229 (closed)
Currently, if you want to do Gitaly development in GDK you have to type cd gitaly/src/gitlab.com/gitlab-org/gitaly
which is kind of awkward. It would be much nicer if you could just type cd gitaly
.
After this change, the next gdk update
, gdk install
or gdk reconfigure
will move the existing gitaly
directory to gitaly.old.TIMESTAMP
and create a new clone in gitaly
.
Edited by Jacob Vosmaer