Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
git-repo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux-tools
git-repo
Commits
6cd00adf
Commit
6cd00adf
authored
Mar 21, 2013
by
Daniel Himmelein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
6b076b3b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
README.md
README.md
+11
-9
No files found.
README.md
View file @
6cd00adf
...
...
@@ -13,25 +13,27 @@ For example, with a single Repo command you can download files from multiple rep
### Setup steps for Microsoft Windows ###
##### Download and install Git #####
*
[
Git
](
http://git-scm.com/downloads
)
*
Download
[
Git (http://git-scm.com/downloads)
](
http://git-scm.com/downloads
)
*
Add Git to your path environment variable: C:
\P
rogram Files (x86)
\G
it
\c
md;C:
\P
rogram Files (x86)
\G
it
\b
in;
##### Download and install Python #####
*
[
Python 3+
](
http://python.org/download/releases/3.3.0/
)
*
Download
[
Python 3+ (http://python.org/download/releases/3.3.0/)
](
http://python.org/download/releases/3.3.0/
)
*
Add Python to your path environment variable: C:
\P
ython33;
##### Download and install Repo either using the Windows Command Shell or Git Bash #####
###### Windows Command Shell ######
md %USERPROFILE%
\b
in
curl https://raw.github.com/esrlabs/git-repo/master/repo > %USERPROFILE%/bin/repo
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > %USERPROFILE%/bin/repo.cmd
md %USERPROFILE%\bin
curl https://raw.github.com/esrlabs/git-repo/master/repo > %USERPROFILE%/bin/repo
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > %USERPROFILE%/bin/repo.cmd
###### Git Bash ######
mkdir ~/bin
curl https://raw.github.com/esrlabs/git-repo/master/repo > ~/bin/repo
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > ~/bin/repo.cmd
Add Repo to your path environment variable: %USERPROFILE%
\b
in;
mkdir ~/bin
curl https://raw.github.com/esrlabs/git-repo/master/repo > ~/bin/repo
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > ~/bin/repo.cmd
*
Add Repo to your path environment variable: %USERPROFILE%
\b
in;
#### Setup steps for Linux ####
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment