From 9f61cb94c0624a05702462a6e3a5415c1f7aa435 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Jun 2020 12:53:10 -0400 Subject: [PATCH] comment --- ..._ae0ae08f76cce010999ec8d366f52400._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/tips/android_sync_with_adb/comment_1_ae0ae08f76cce010999ec8d366f52400._comment diff --git a/doc/tips/android_sync_with_adb/comment_1_ae0ae08f76cce010999ec8d366f52400._comment b/doc/tips/android_sync_with_adb/comment_1_ae0ae08f76cce010999ec8d366f52400._comment new file mode 100644 index 0000000000..72d8e38bb4 --- /dev/null +++ b/doc/tips/android_sync_with_adb/comment_1_ae0ae08f76cce010999ec8d366f52400._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2020-06-16T16:48:27Z" + content=""" +`git-annex import master --from android` should have created an +android/master branch with the imported files in it. There is apparently no +such branch in your case. + +But I see that you also posted [[forum/--verbose_not_really_verbose__63__]] +where you talk about having interrupted the import before it was complete. +Since the branch only gets created when the import is allowed to finish, I +think that explains your problem. + +It's rarely a good idea to not fully explain what you actually did when +reporting what seems like a problem. If I had not happened to read that +forum post first, and noticed it was also from you, we would have embarked +on a snipe hunt to find some bug that doesn't really exist. +"""]]