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
6b076b3b
Commit
6b076b3b
authored
Mar 21, 2013
by
Daniel Himmelein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
406fba7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
README.md
README.md
+17
-17
No files found.
README.md
View file @
6b076b3b
...
@@ -12,26 +12,26 @@ For example, with a single Repo command you can download files from multiple rep
...
@@ -12,26 +12,26 @@ For example, with a single Repo command you can download files from multiple rep
### Setup steps for Microsoft Windows ###
### Setup steps for Microsoft Windows ###
*
Download and install Git
##### Download and install Git #####
*
[
Git
](
http://git-scm.com/downloads
)
*
[
Git
](
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;
*
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
##### Download and install Python #####
*
[
Python 3+
](
http://python.org/download/releases/3.3.0/
)
*
[
Python 3+
](
http://python.org/download/releases/3.3.0/
)
*
Add Python to your path environment variable: C:
\P
ython33;
*
Add Python to your path environment variable: C:
\P
ython33;
*
Download and install Repo either using the Windows Command Shell or Git Bash
##### Download and install Repo either using the Windows Command Shell or Git Bash #####
*
#### Windows Command Shell
####
###### Windows Command Shell ##
####
md %USERPROFILE%
\b
in
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 > %USERPROFILE%/bin/repo
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > %USERPROFILE%/bin/repo.cmd
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > %USERPROFILE%/bin/repo.cmd
*
#### Git Bash
####
###### Git Bash ##
####
mkdir ~/bin
mkdir ~/bin
curl https://raw.github.com/esrlabs/git-repo/master/repo > ~/bin/repo
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
curl https://raw.github.com/esrlabs/git-repo/master/repo.cmd > ~/bin/repo.cmd
*
Add Repo to your path environment variable: %USERPROFILE%
\b
in;
Add Repo to your path environment variable: %USERPROFILE%
\b
in;
#### Setup steps for Linux ####
#### 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