Skip to content

Commit

Permalink
Merge pull request #62 from swcarpentry/raynamharris-patch-3
Browse files Browse the repository at this point in the history
Update 04-changes.md
  • Loading branch information
raynamharris committed Jun 14, 2018
2 parents 08ebc3c + 555a4b2 commit e4c111a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions episodes/04-changes.md
Expand Up @@ -94,8 +94,9 @@ nothing added to commit but untracked files present (use "git add" to track)
~~~
{: .output}

El mensaje de "untracked files" significa que hay un archivo en el directorio al
que Git no le está siguiendo la pista. Podemos decirle a Git que le siga la pista a un archivo usando `git add`:
El mensaje de "untracked files" significa que
un archivo no está siendo rastreado por Git.
Podemos poner los archivos en el **staging area** con `git add`.

~~~
$ git add mars.txt
Expand Down

0 comments on commit e4c111a

Please sign in to comment.