git pull on repo, local changes?

John Whitmore arigead at gmail.com
Mon Jan 30 12:54:22 EST 2017


On Mon, Jan 30, 2017 at 11:39:15AM -0500, Aaron Laws wrote:
> On Mon, Jan 30, 2017 at 11:08 AM, John Whitmore <arigead at gmail.com> wrote:
> 
> 
> To avoid this, build "out-of-tree":
> cd gnucash; mkdir build; cd build; cmake .. -G Ninja; ninja check;
> 
> Instead of 'cmake .. -G Ninja', you can issue '../autogen.sh; ../configure;
> make -j 4', or however you want to build.
> 
> Then, to clean your repository, it's as simple as
> cd gnucash; rm -r build;
> 
> Hopefully that's helpful!

Yes brilliant I should have thought of that feature but rearely use it. Thanks
a million for your answer! 


More information about the gnucash-user mailing list