[oll-user] [Challenges] Important: cleaning up
Resources for LilyPond and LaTeX users writing (about) music
Status: Alpha
Brought to you by:
u-li-1973
From: Janek W. <lem...@gm...> - 2014-01-13 09:53:40
|
Hi all, it turned out that our setup was not perfect (a bit too complicated) - it would be nice to do some clean up to make sure that any confusion is reduced to minimum (especially for any new participants that may appear). Of course, we have everything under control, so don't worry! :-) Below are instructions for cleanup. (They are not final - please wait for Urs to confirm that they're ok). We will most probably ask you to do three things: 1) stop working on challenges until the cleanup is finished (hopefully everything should be ready again tomorrow). 2) make sure that all your work is committed. Use 'git status' for that: if there are any "modified" files, or any "untracked" files that are part of your work and should be submitted (e.g. engraving files of your program, such as .sib or .musx files) you should add them using 'git add filename' and do a 'git commit'. 3) make sure that all your work is pushed ("uploaded") to your github fork: first, make sure that 'git status' says "working directory clean". Check if you have remote repository configured properly ('git remote -v' should list a remote named 'origin' pointing to your github fork). Use 'git branch' to see all your local branches (some of you will probably have just one - master. That'll make things easier :) ). Then, for each branch do the following: git checkout branchname git push origin branchname And check if you can see your work using GitHub's website. I apologize for inconvenience. I'll be at work for the next 9 hours - see you in the evening. Janek -------------- next part -------------- An HTML attachment was scrubbed... |