

Prerequisites: git or any git compliant tools must be installed. Can be obtained from http://git-scm.com/downloads

Clone the bare repository to a new working area (e.g. if using the command
line interface, "git clone C:\Intel\MehlowServer.git C:\MehlowServer_OEM)
You are now ready to integrate individual changes to your codebase or review the change history.

Example:
git clone C:\Intel\MehlowServer.git C:\MehlowServer_OEM
cd C:\MehlowServer_OEM\
git tag
git checkout SiC_Version_7.0.58.44


To view the change history from the command line interface while in the working area, "git log".

Optional GUI Tools for git management
-GIT Extensions
-Sourcetree (Atlassian)


