+[8 years ago]pistoanyway, I would like to avoid setting up a web server for that, that's why I'd prefer something else +[8 years ago]pistouhm, looks like pushbullet does what I need, even though it relies on an external provider +[8 years ago]serverlordhi +[8 years ago]serverlordSo I want to have an empty temp/ folder when checking out from git - but the actual files inside - except .gitignore that is used for the empty folder - should be ignored. +[8 years ago]Seveasserverlord: so put a * in that .gitignore
message no. 154717
Posted by Intee in #github at 2016-10-26T03:43:59Z
I have added the files, created the remote link thing (git remote add)
+[8 years ago]apesIf you check a large blob into a branch, push to github, then delete that branch, would that blob remain part of the git repo cloned to other hosts? +[8 years ago]apesOr would git only clone refs to existing branches? +[8 years ago]preactionapes: if there's no references to that blob, it will be garbage-collected eventually. my guess is git will not download things that aren't referenced by the refs you're downloading (the refs to existing branches) +[8 years ago]Seveaspreaction: good guess. apes if you haven't merged that branch into another branch, the blob will not be part of the clone. +[8 years ago]nemecyhey