Difference: ACSWorkshop2014GroupExercise (10 vs. 11)

Revision 112014-09-08 - JorgeIbsen

Line: 1 to 1
 
META TOPICPARENT name="ACSTrainingCourse"

Group Exercises

Line: 86 to 86
 

Setting up the your local git repository

Git is used as the source code repository. Below are the elementary working commands. A more complete git commands reference is here. Before you start you need to define your git user name (same as development account) and e-mail:
Changed:
<
<
user> git-config --global user.name $USER user> git-config --global user.email $USER@$HOSTNAME
>
>
user> git config --global user.name $USER user> git config --global user.email $USER@$HOSTNAME
 

Cloning the course repository

There is a central git repository at the integration server. You will clone that repository and do all further changes locally by issuing:
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback