Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e8b15cc

Browse files
Inserted Egit complete section.
1 parent b81560e commit e8b15cc

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

‎README.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,17 @@ Since we're keeping things simple this time around, in the *'Local Destination'*
172172
and click *'Finish'*.
173173
![](images/screenshots/09-EgitLocalDestination.png?raw=true)
174174

175-
Let's take a look at what was cloned, the first command navigates us to the correct starting place for the commmands
176-
to follow, but as long as the path given to any of the commands resolves correctly you can do this anyway you like:
175+
Voila! The project is cloned.
176+
![](images/screenshots/10-EgitCloneComplete.png?raw=true)
177+
178+
Let's use the Terminal to take a look at what was cloned, the first command navigates us to the correct starting place for the commmands
179+
that follow, but as long as the path given to any of the commands resolves correctly you can do this anyway you like:
177180
```
178181
cd ~/Studio/Dev
179182
180183
tree test-github-clone/
181184
```
182-
![](images/screenshots/10-TreeOnTestProject.png?raw=true)
185+
![](images/screenshots/11-TreeOnTestProject.png?raw=true)
183186

184187
As you can see there is currently only the README.md file in the root of the project, this might change
185188
as we test a few concepts but as long as you have the directory and some files you're good.
@@ -189,7 +192,7 @@ and if you interested to see the full scope of what we have cloned you can run t
189192
```
190193
tree -lsa test-github-clone/
191194
```
192-
![](images/screenshots/11-FullTreeOnTestProject.png?raw=true)
195+
![](images/screenshots/12-FullTreeOnTestProject.png?raw=true)
193196

194197
## Workspace v Project Directory
195198
> Before we go any further, if you've paid attention and particularly if you're
61.7 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /