+[6 years ago]Oberon4278How difficult is it to change my project's license after I start the project? I don't anticipate that anyone but me will interact with it before I find out if I have to change the license. +[6 years ago]nedbatOberon4278: there's no formal procedure, just change it. +[6 years ago]nedbatOberon4278: the old version of the code is still available under the old license. +[6 years ago]Oberon4278ok cool thanks +[6 years ago]canton7Oberon4278, if you're working with other people, you need their consent in order to relicense the code. If it's just you, it's fine
message no. 170619
Posted by sine0 in #github at 2019-03-17T16:58:00Z
are gists like git, can I push to update them ?
+[6 years ago]m_benI cloned a github project and whenever I run git pull I get an error "fatal: refusing to merge unrelated history". I didn't make any local changes to the project. I just want to update. when I compare the commit hashes from my local cloned repo and the github version, they are suddenly different. the messages itself are the same. why is that happening? +[6 years ago]Richard_CavellHello everyone. I have a github project and github has incorrectly identified which language the project is in. Can this be changed? +[6 years ago]nedbatRichard_Cavell: i don't think you can affect it. What language is it, and what did GitHub think it was? +[6 years ago]Richard_Cavellhttps://github.com/richardcavell/sorcery It's BASIC but github is seeing the makefile as the primary thing I suppose. +[6 years ago]nedbatRichard_Cavell: well, the Makefile is 25 times longer than the BASIC. You have much more make than basic.