Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
164fa90f
Commit
164fa90f
authored
Feb 14, 2017
by
Marcia Ramos
Committed by
Achilleas Pipinellis
Feb 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick review
parent
885060d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
doc/workflow/lfs/migrate_from_git-annex_to_git-lfs.md
doc/workflow/lfs/migrate_from_git-annex_to_git-lfs.md
+2
-11
No files found.
doc/workflow/lfs/migrate_from_git-annex_to_git-lfs.md
View file @
164fa90f
...
...
@@ -53,7 +53,7 @@ directory:
$ git annex sync --content
```
By doing so,
**git-annex**
w
ould
record the tracked files
By doing so,
**git-annex**
w
ill
record the tracked files
in the
`.git/config`
file in your repository root.
You will also find a new directory at
`.git/annex/`
.
...
...
@@ -74,7 +74,7 @@ you'll notice that there are more branches created by
the
`annex sync`
command.
Use
`git annex info`
to retrieve the information about
th
at
repository.
th
e local copy of your
repository.
### Disabling **git-annex**
...
...
@@ -140,15 +140,6 @@ changes on the remote repo:
```
bash
$
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"
[
master 46d5de1] annex uninit
2 files changed, 0 insertions
(
+
)
, 0 deletions
(
-
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment