Talk:Using Git
From OpenSimulator
(→succesful pull on Debian Lenny) |
(→succesful pull on Debian Lenny) |
||
Line 3: | Line 3: | ||
== succesful pull on Debian Lenny == | == succesful pull on Debian Lenny == | ||
− | Made a succesful pull of commits. Don't know if worth mentioning in the wiki . | + | Made a succesful pull of commits. Don't know if worth mentioning in the wiki . I'm not good at editing wiki pages either .. sorry for misprinted layout underneath |
Line 28: | Line 28: | ||
10 files changed, 46 insertions(+), 44 deletions(-) | 10 files changed, 46 insertions(+), 44 deletions(-) | ||
+ | |||
+ | [[Image:Git_pull_deb_lenny_con.jpg]] | ||
--[[User:WiLLuMPJuH Huisman|WiLLuMPJuH Huisman]] 17:58, 5 August 2009 (UTC) | --[[User:WiLLuMPJuH Huisman|WiLLuMPJuH Huisman]] 17:58, 5 August 2009 (UTC) |
Revision as of 10:10, 5 August 2009
Anyone use Git Extensions for Windows? Supposedly integrates with Windows Explorer. Haven't used it myself, though, but thought I'd mention it for anyone seeking alternatives. --DaveCoyle 02:03, 5 August 2009 (UTC)
succesful pull on Debian Lenny
Made a succesful pull of commits. Don't know if worth mentioning in the wiki . I'm not good at editing wiki pages either .. sorry for misprinted layout underneath
i386PC:/mnt/sda1/opensim/bin# cd ..
i386PC:/mnt/sda1/opensim# git pull
remote: Counting objects: 115, done.
remote: Compressinremote: g objects: 100% (76/76), done.
remote: Total 77 (delta 60), reused 0 (delta 0)
Unpacking objects: 100% (77/77), done.
From git://opensimulator.org/git/opensim
8cd9e59..1b65bd5 master -> origin/master
Updating 8cd9e59..1b65bd5 Fast forward
OpenSim/Framework/AvatarAppearance.cs | 3 +- .../Communications/Tests/LoginServiceTests.cs | 4 +- .../ClientStack/LindenUDP/LLPacketHandler.cs | 4 +- .../TextureDownload/UserTextureDownloadService.cs | 41 ++++++++++---------- .../Archiver/Tests/InventoryArchiverTests.cs | 17 +++++--- .../CoreModules/Scripting/LSLHttp/UrlModule.cs | 6 +- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 3 +- .../Shared/Api/Implementation/LSL_Api.cs | 4 +- .../Freeswitch/FreeswitchServerGetHandler.cs | 4 +- .../FreeswitchService/FreeswitchService.cs | 4 +- 10 files changed, 46 insertions(+), 44 deletions(-)
--WiLLuMPJuH Huisman 17:58, 5 August 2009 (UTC)