Anna
@anna_hax
&
-
Jamie
@jamietanna
Anna
@anna_hax
&
-
Jamie
@jamietanna
"this is a matter of freedom, not price, so think of 'free speech,' not 'free beer'"
Definitions via https://www.gnu.org/philosophy/free-sw.en.html
The freedom to run the program as you wish, for any purpose (freedom 0).
The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
The freedom to redistribute copies so you can help others (freedom 2).
The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
(this bit can be scary)
https://blog.dddeastmidlands.com/2019/10/10/how-to-pr-with-your-post.html is a great resource!
AntennaGuest
Connecting over SSH a problem? You may need one of these for a repo you've already git clone
d:
git config url.https://github.com/.insteadOf ssh://git@github.com/
git config url.https://github.com/.insteadOf ssh://git@github.com:
git config url.https://github.com/.insteadOf git@github.com:
https://www.jvt.me/posts/2019/03/20/git-rewrite-url-https-ssh/
#TechNott #Hacktoberfest
Thanks for listening
License: CC-BY-NC-SA-4.0