Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In bazaar, how do I change the default target of "bzr push"?

bzr push defaults to the first target you pushed to. If I now want to push to a different location, but don't want to manually enter it every time, how do I change the default?

like image 895
Matthew Avatar asked Jan 01 '10 06:01

Matthew


1 Answers

I figured it out. You do:

bzr push --remember [location]
like image 90
Matthew Avatar answered Oct 18 '22 03:10

Matthew