Commit 48f011b6 authored by Marcia Ramos's avatar Marcia Ramos Committed by Achilleas Pipinellis

quick review [ci skip]

parent aca57305
...@@ -133,7 +133,6 @@ ok ...@@ -133,7 +133,6 @@ ok
ok ok
indirect ok indirect ok
ok ok
$
``` ```
Now, we can add, commit, and push to reflect the Now, we can add, commit, and push to reflect the
...@@ -158,7 +157,7 @@ $ git commit -m "annex uninit" ...@@ -158,7 +157,7 @@ $ git commit -m "annex uninit"
$ git push origin master $ git push origin master
``` ```
For keeping your repo clean, let's remove all To keep your repo clean, let's remove all
**git-annex** related branches from your repository. **git-annex** related branches from your repository.
- On GitLab, navigate to your project's **Repository** > **Branches** - On GitLab, navigate to your project's **Repository** > **Branches**
...@@ -216,7 +215,6 @@ Example: ...@@ -216,7 +215,6 @@ Example:
$ git lfs track images/* $ git lfs track images/*
Tracking images/01.png Tracking images/01.png
Tracking images/02.png Tracking images/02.png
$
``` ```
Once you do that, run `git status` and you'll see Once you do that, run `git status` and you'll see
......
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