[Nix-dev] how to proceed the best

Marc Weber marco-oweber at gmx.de
Sat Dec 7 16:03:32 CET 2013


Excerpts from Roelof Wobben's message of Sat Dec 07 15:03:00 +0100 2013:
> Oke, 
>  
> I can try this way but I do not fully understand how it works. 
>  
> How can I make a branch that depends on x-updates for example cinnanmon-desktop

# make sure a local branch exists:
git chekcout -tb x-updates origin/updates
# checkout the branch you want to depend on:
git checkout x-updates

tg create topic/cinnanmon-desktop
# write the topic contents (what you want to do into .topmsg)

Keeping up to date:
1) update local branch
git checkout x-updates && git pull
2) update your topgit branch
git checkout topic/cinnanmon-desktop
tg update
(follow instructions)

How to Export, thus feed upstream?
to export topic/cinnanmon-desktop

Marc Weber


More information about the nix-dev mailing list