summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmYMS6tQ8q9k1fylGyA9Q6fdFzRBotME2Q <tom@web>2014-06-04 19:44:44 +0000
committerGravatar admin <admin@branchable.com>2014-06-04 19:44:44 +0000
commitfaca8e4f675250dd62410bc2439403ab724ef711 (patch)
treeb94ce90f47c103fbc4fb0b7f620a4f9d51a6901f
parent79f2e26ff3296d6d5c2d7fc390b239c90f59e7fa (diff)
removed
-rw-r--r--doc/forum/views___40__branches__41___never_get_deleted/comment_2_afc61e98016b9c74246b116dce5d59c4._comment24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/forum/views___40__branches__41___never_get_deleted/comment_2_afc61e98016b9c74246b116dce5d59c4._comment b/doc/forum/views___40__branches__41___never_get_deleted/comment_2_afc61e98016b9c74246b116dce5d59c4._comment
deleted file mode 100644
index 19fb529a7..000000000
--- a/doc/forum/views___40__branches__41___never_get_deleted/comment_2_afc61e98016b9c74246b116dce5d59c4._comment
+++ /dev/null
@@ -1,24 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawmYMS6tQ8q9k1fylGyA9Q6fdFzRBotME2Q"
- nickname="tom"
- subject="comment reply"
- date="2014-06-04T19:34:41Z"
- content="""
-> You can delete the view branches if you like. I have considered making moving views clean up old branches, but I have also considered reusing existing view branches when popping back to an old view.
-
-Alright, I'd very much welcome anyone of the two possibilities as I'm making heavy use of views and would benefit from any of the two solutions.
-
-> Perhaps you have pushed the view branches to a remote repository, and it's checking those branches of the remote? See git branch -a.
-
-That's it! Solution for future reference: The remote branches referenced in local repo did not exist anymore in any repo (I had deleted them earlier from the remote) so \"git push origin --delete <branchName>\" wouldn't work. This other command worked very well in cleaning up the overwhelming missing remote view branches all in one go: \"git push origin --delete <branchName>\"
-
-> I think that it makes sense for unused to ignore (local) view branches, since these are by definition supposed to be views of an existing branch, so looking at the branch should be sufficient. So, made that change.
-
-Thanks a lot! It makes perfect sense, looking forward to it on the next release.
-
-Now it seems that even after pruning the view branches on the remote, unused would still not collect newly deleted files. I'm wondering if this is because there are other offline repos (backups which are not practical to take out of their resting place) I have not yet synchronized. Does this mean that until all repos (even the offline one I never sync and work mostly as a backup for old stuff) are synchronized 'unused' won't collect the deleted files? If so, is there a workaround for this?
-
-
-
-
-"""]]