removed
This commit is contained in:
parent
82b89ea1c7
commit
5674cd0e09
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
[[!comment format=sh
|
|
||||||
username="https://www.google.com/accounts/o8/id?id=AItOawn0hu_TPhLcUM1Ivvn7iIoZ_iD3g_5WDcs"
|
|
||||||
nickname="Greg"
|
|
||||||
subject="comment 1"
|
|
||||||
date="2014-10-06T19:11:39Z"
|
|
||||||
content="""
|
|
||||||
ubuntu@hostname:~/annex$ git init
|
|
||||||
Initialized empty Git repository in /home/ubuntu/annex/.git/
|
|
||||||
ubuntu@hostname:~/annex$ git annex init
|
|
||||||
init ok
|
|
||||||
ubuntu@hostname:~/annex$ echo foo > test.txt
|
|
||||||
ubuntu@hostname:~/annex$ git annex add .
|
|
||||||
add test.txt (checksum...) ok
|
|
||||||
(Recording state in git...)
|
|
||||||
ubuntu@hostname:~/annex$ git commit -a -m first
|
|
||||||
[master (root-commit) fe54856] first
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
create mode 120000 test.txt
|
|
||||||
ubuntu@hostname:~/annex$ git annex unlock test.txt
|
|
||||||
unlock test.txt (copying...) ok
|
|
||||||
ubuntu@hostname:~/annex$ echo foobar > test.txt
|
|
||||||
ubuntu@hostname:~/annex$ echo foo > test2.txt
|
|
||||||
ubuntu@hostname:~/annex$ git annex add .
|
|
||||||
add test2.txt (checksum...) ok
|
|
||||||
add test.txt (checksum...) ok
|
|
||||||
(Recording state in git...)
|
|
||||||
"""]]
|
|
Loading…
Add table
Add a link
Reference in a new issue