Commit 8819189d authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

howto: added extra cd to design-review folder

parent dd42fa15
......@@ -6,6 +6,9 @@ Linux: you should already have it, but if you don't:
Windows: msysGit is your fellow. Follow the install guide on OHWR:
http://www.ohwr.org/projects/ohr-support/wiki/Git_Client_Setup
1. Basics
Below, we will clone the repo to start working with it. In the main folder
......@@ -14,6 +17,9 @@ there in the following format:
<your-actual-surname>.txt
2. Getting the repo
# Clone the repo with the design-review branch; this will make sure you work
......@@ -25,9 +31,13 @@ git clone git@ohwr.org:level-conversion/conv-ttl-blo.git -b design-review-2013
git submodule init
git submodule update
3. Working with the repo
# move to design-review folder
cd conv-ttl-blo
cd design-review
# add your file here
......@@ -55,6 +65,9 @@ git add <surname>.txt # adds your changes to the repo
git push # pushes your changes up to the repo
#-------------------------------------------------------------------------
4. Important files
This section lists the files that are of utmost importance for the whole
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment