gitless icon indicating copy to clipboard operation
gitless copied to clipboard

gl init https://github.com/lxc/lxd/pull/3509

Open techtonik opened this issue 8 years ago • 0 comments
trafficstars

Amending remote PR could be a killer feature for Gitless. gl init https://github.com/lxc/lxd/pull/3509 could clone https://github.com/lxc/lxd and checkout https://github.com/lxc/lxd/pull/3509 in a single operation. Right now it is not possible (see #141). The possible workflow is this:

gl init https://github.com/lxc/lxd
# install some scripts
git pr 3509
# find out the name of PR repo and branch
gl remote -c patches [email protected]:techtonik/lxd.git
git fetch patches
git checkout patch-3
# do the stuff
git push

techtonik avatar Jul 07 '17 20:07 techtonik