Skip to content
Snippets Groups Projects
Commit f1ec4ae0 authored by Juuso Rytilahti's avatar Juuso Rytilahti
Browse files

Made minor changes to text

parent 201daf3e
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ Let's start by setting up a new git repository: ...@@ -24,7 +24,7 @@ Let's start by setting up a new git repository:
``` ```
$ git init $ git init
Initialized empty Git repository in /home/j/johnson/practice_git/.git/ Initialized empty Git repository in /home/jubery/Documents/Github/exercise/.git/
``` ```
Now Git will start tracking the content of this directory. All changes and old versions are saved in a directory named `.git` which is hidden by default. Now Git will start tracking the content of this directory. All changes and old versions are saved in a directory named `.git` which is hidden by default.
...@@ -171,7 +171,9 @@ Let's try to rename the file again. Let's change the file name to `MessageTimes1 ...@@ -171,7 +171,9 @@ Let's try to rename the file again. Let's change the file name to `MessageTimes1
`$ git status` `$ git status`
<img src="pictures/change1.png" alt="">,Since Git does not understand the changed file name, it shows two changes. The change must be sent to the repository either by adding both files separately <img src="pictures/change1.png" alt="">
Since Git does not understand the changed file name, it shows two changes. The change must be sent to the repository either by adding both files separately
`$ git add Example.java` `$ git add Example.java`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment