DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Software Git and github introduction

1.Git and github introduction Qiang Zhang May 27,2014 2. ABOUT GIT 3. what is git? • git is CVS tool. • The major difference between git and other CVS: if files have…

Self Improvement GIT Basics

1.GIT BASICSPresenter: Don Lee2. What is GIT (local) GIT ===> SVN/GIT (repo)● GIT is a distributed version control system (DVCS).● Our repo can be SVN or GIT● It…