# Reposted from here. I am a n00b just learning about things, but I found this to be inspiring and informative – something I want to revisit often in the months to come. Privacy is necessary for an open society in the electronic age. Privacy is not secrecy. A private matter is something one […]
01.02.2015
01.01.2015
Categories: Learning to Code, Training Log, Tutorials, Works In Progress | Comments Off on Git Tutorial
Git allows multiple coders to develop a piece of software at the same time by creating distributed source files, which can be edited offline from multiple locations, and then allowing authors or “committers” to commit changes to the main document, or create branches of the master document where code can be edited, then cleaned […]