[orca-list] Keeping your orca git tree up to date.
- From: Luke Yelavich <themuso ubuntu com>
- To: Orca screen reader developers <orca-list gnome org>
- Subject: [orca-list] Keeping your orca git tree up to date.
- Date: Mon, 1 Jun 2009 10:45:09 +1000
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]