PS.: Anleitung unvollständig, so gehts: git checkout -b andig-remote-middleware master git pull https://github.com/andig/volkszaehler.org.git remote-middleware git merge andig-remote-middleware
2013/12/26 Andreas Goetz <[email protected]> > Hi Ronald, > > 2013/12/26 dl4huf <[email protected]> > >> Was muss ich machen damit ich das bekomme ? >> ein "git pull" sagt nur "Already up-to-date." >> >> auch ein "git clone >> git://github.com/volkszaehler/volkszaehler.org.git/var/www/volkszaehler.new" >> bringt mir die Änderungen nicht. >> > > Kann ja nicht- sie sind ja auch noch nicht drin.. Du musst sie also aus > meinem Git holen und in Deinen lokalen Fork mergen: > > git pull https://github.com/andig/volkszaehler.org.git remote-middleware > git merge andig-remote-middleware > > Oder Du schaust Dir an welche Dateien/ Zeilen sich geändert haben und > machst es von Hand... > > vg > Andreas > >
