On 08/30/2012 11:07 AM, Steve Cole wrote: > On 12-08-28 09:24 AM, Olivier Bilodeau wrote: >> See this message archived: >> http://www.mail-archive.com/[email protected]/msg03044.html >> >> Regards, > > Unfortunately... > > root@qic:/src# git diff stable feature/ipset > error: Could not access 'stable' > root@qic:/src# > > Not being fluent in GIT, I am stuck.
Giving all the commands, just in case: cd ~/src git clone git://github.com/inverse-inc/packetfence.git cd packetfence git diff stable feature/ipset If you already had a clone in ~/src then: git fetch git diff origin/stable origin/feature/ipset Let me know how it goes. -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
