+[2017-03-12T20:50:37Z]Jan2anyone here ? +[2017-03-12T23:25:11Z]J_128Hi, just a quick question: I feel like an idiot, but how do i remove a repository? +[2017-03-12T23:27:02Z]lemonlakego into settings, scroll down to danger zone, click delete +[2017-03-12T23:36:08Z]J_128lemonlake: Okay, Thanks! Bye! +[2017-03-12T23:36:31Z]lemonlakecya
yes it can: https://help.github.com/articles/moving-a-file-in-your-repository-to-git-large-file-storage/
+[2017-03-13T08:40:25Z]RxMcDonaldhello, is there a way to check permissions for a file from github? +[2017-03-13T08:45:44Z]tobiasvlRxMcDonald: git does not track permissions – except +x, which you can see by opening the file; it will say "Executable file" in the top left of the file +[2017-03-13T08:55:10Z]RxMcDonaldtobiasvl: then why it's showing diff for 644 -> 755 in all the files I changed it? +[2017-03-13T08:55:34Z]Seveasthat's the executable bit +[2017-03-13T08:55:43Z]Seveaswell, bits