Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jlord/git-it-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Oct 30, 2015
2 parents 4bfaf3d + adb3f7d commit 25c77df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion challenge-content/2_repository.html
Expand Up @@ -19,7 +19,7 @@ <h2>Repositories</h2>
<h2>Using Terminal</h2>
<p><strong>Terminal</strong> (or Bash) is a way of using your computer by just typing commands. You can rename files, open files, create new folders, and move between directories (folders) all by typing out commands. You can even run a text editor (such as <a href="http://en.wikipedia.org/wiki/Vim_(text_editor)" target="_blank"> Vim</a>) in your terminal and never have to leave!</p>

<p>Besides navigating your computer, you can also use programs in Terminal that have a <strong>command-line interface (CLI)</strong>, meaning they can be run with commands in terminal. Git-it is one, you're using terminal to use it! Git is another. You can access and control Git through commands in terminal, as you'll be doing very soon!</p>
<p>Besides navigating your computer, you can also use programs in Terminal that have a <strong>command-line interface (CLI)</strong>, meaning they can be run with commands in terminal. Git is one, you're using terminal to use it! You can access and control Git through commands in terminal, as you'll be doing very soon!</p>

<p>In Git-it you'll learn a few basic command line actions which will be described within the steps.</p>

Expand Down
2 changes: 1 addition & 1 deletion challenges/repository.html
Expand Up @@ -140,7 +140,7 @@ <h2>Repositories</h2>
<h2>Using Terminal</h2>
<p><strong>Terminal</strong> (or Bash) is a way of using your computer by just typing commands. You can rename files, open files, create new folders, and move between directories (folders) all by typing out commands. You can even run a text editor (such as <a href="http://en.wikipedia.org/wiki/Vim_(text_editor)" target="_blank"> Vim</a>) in your terminal and never have to leave!</p>

<p>Besides navigating your computer, you can also use programs in Terminal that have a <strong>command-line interface (CLI)</strong>, meaning they can be run with commands in terminal. Git-it is one, you're using terminal to use it! Git is another. You can access and control Git through commands in terminal, as you'll be doing very soon!</p>
<p>Besides navigating your computer, you can also use programs in Terminal that have a <strong>command-line interface (CLI)</strong>, meaning they can be run with commands in terminal. Git, is one, you're using terminal to use it! You can access and control Git through commands in terminal, as you'll be doing very soon!</p>

<p>In Git-it you'll learn a few basic command line actions which will be described within the steps.</p>

Expand Down

0 comments on commit 25c77df

Please sign in to comment.