Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
f0f1a23404
3 changed files with 60 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://dead-doomer.livejournal.com/"
|
||||
subject=" How do I specify a merge command if I don't need separate branches?"
|
||||
date="2020-06-16T16:17:48Z"
|
||||
content="""
|
||||
>>If you want its files to not be in a subdirectory, set it to \"master\" instead.
|
||||
|
||||
I did that. Than I issued:
|
||||
|
||||
```
|
||||
git annex import master --from android
|
||||
```
|
||||
|
||||
which downloaded a lot of files
|
||||
|
||||
Then:
|
||||
```
|
||||
git annex merge android/master
|
||||
merge android/master
|
||||
merge: android/master - not something we can merge
|
||||
failed
|
||||
git-annex: merge: 1 failed
|
||||
```
|
||||
|
||||
I tried different combinations of android/master, ./master, master/. , but all seem to fail.
|
||||
|
||||
plain git status shows a lot of non-added files for an \"initial commit\", and no files added. git annex status lists a lot of
|
||||
|
||||
```
|
||||
? sdcard/bla
|
||||
```
|
||||
|
||||
files.
|
||||
|
||||
Any suggestions?
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://dead-doomer.livejournal.com/"
|
||||
subject="comment 2"
|
||||
date="2020-06-16T16:31:32Z"
|
||||
content="""
|
||||
At which point should I do ordinary git commits?
|
||||
|
||||
So far the repo has been at just the \"Initial commit\"
|
||||
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue