Skip to content

Commit

Permalink
added clipboad button tip to CreateRepo lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
seankross committed Jan 23, 2014
1 parent e216e7c commit c57f0be
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 01_DataScientistToolbox/02_06_01_createNewRepo/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ $ git init
$ git remote add origin https://github.com/your-user-name-goes-here/test-repo.git
```

* **Tip:** You can easily copy the URL of your Github repository with the copy to clipboard button

<img class=center src=../../assets/img/CreateRepo/git-repo-url.png height='200'/>

---

## Creating a Local Copy
Expand Down
8 changes: 7 additions & 1 deletion 01_DataScientistToolbox/02_06_01_createNewRepo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2>Creating a Local Copy</h2>
</code></pre>

<ul>
<li>Note: The tilda (<code>~</code>) symbol refers to your &quot;home&quot; directory, so this will create a directory called <code>test-repo</code> in your home directory</li>
<li>Note: The tilde (<code>~</code>) symbol refers to your &quot;home&quot; directory, so this will create a directory called <code>test-repo</code> in your home directory</li>
<li>Navigate to this new directory using the following command (<code>cd</code> stands for &quot;change directory&quot;):</li>
</ul>

Expand Down Expand Up @@ -186,6 +186,12 @@ <h2>Creating a Local Copy</h2>
<pre><code>$ git remote add origin https://github.com/your-user-name-goes-here/test-repo.git
</code></pre>

<ul>
<li><strong>Tip:</strong> You can easily copy the URL of your Github repository with the copy to clipboard button</li>
</ul>

<p><img class=center src=../../assets/img/CreateRepo/git-repo-url.png height='200'/></p>

</article>
<!-- Presenter Notes -->
</slide>
Expand Down
6 changes: 5 additions & 1 deletion 01_DataScientistToolbox/02_06_01_createNewRepo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ __...OR...__
```
$ mkdir ~/test-repo
```
* Note: The tilda (`~`) symbol refers to your "home" directory, so this will create a directory called `test-repo` in your home directory
* Note: The tilde (`~`) symbol refers to your "home" directory, so this will create a directory called `test-repo` in your home directory
* Navigate to this new directory using the following command (`cd` stands for "change directory"):

```
Expand All @@ -97,6 +97,10 @@ $ git init
$ git remote add origin https://github.com/your-user-name-goes-here/test-repo.git
```

* **Tip:** You can easily copy the URL of your Github repository with the copy to clipboard button

<img class=center src=../../assets/img/CreateRepo/git-repo-url.png height='200'/>

---

## Creating a Local Copy
Expand Down
Binary file added assets/img/CreateRepo/git-repo-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c57f0be

Please sign in to comment.