Commit 164fa90f authored by Marcia Ramos's avatar Marcia Ramos Committed by Achilleas Pipinellis

quick review

parent 885060d3
...@@ -53,7 +53,7 @@ directory: ...@@ -53,7 +53,7 @@ directory:
$ git annex sync --content $ git annex sync --content
``` ```
By doing so, **git-annex** would record the tracked files By doing so, **git-annex** will record the tracked files
in the `.git/config` file in your repository root. in the `.git/config` file in your repository root.
You will also find a new directory at `.git/annex/`. You will also find a new directory at `.git/annex/`.
...@@ -74,7 +74,7 @@ you'll notice that there are more branches created by ...@@ -74,7 +74,7 @@ you'll notice that there are more branches created by
the `annex sync` command. the `annex sync` command.
Use `git annex info` to retrieve the information about Use `git annex info` to retrieve the information about
that repository. the local copy of your repository.
### Disabling **git-annex** ### Disabling **git-annex**
...@@ -140,15 +140,6 @@ changes on the remote repo: ...@@ -140,15 +140,6 @@ changes on the remote repo:
```bash ```bash
$ git add . $ git add .
$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: images/01.png
new file: images/02.png
$ git commit -m "annex uninit" $ git commit -m "annex uninit"
[master 46d5de1] annex uninit [master 46d5de1] annex uninit
2 files changed, 0 insertions(+), 0 deletions(-) 2 files changed, 0 insertions(+), 0 deletions(-)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment