[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[orca-list] Keeping your orca git tree up to date.



Hi all
Here is one way that you can keep your orca git tree up to date. Note that this method is likely to delete any build files you have lying around, so you will very likely have to rebuild orca from scratch, including the ./autogen.sh step.

1. Go into your orca git tree.
2. Run "git fetch origin"
3. Run "git checkout origin"
4. Run "git branch -f master origin"
5. Run "git checkout master"

This assumes you have no local patches committed against the orca tree, in which case you will have to rebase. If there are enough people who want to know this, I will write a quick guide on how to rebase your changes on the latest orca code.

hth

Luke


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]