Tuesday 9 September 2014

Brew, git and node.js AND my first pull request...

So these are three packages that are worth having on your mac to do software development.

Homebrew, git and node.js are three packages that are worth having on your Mac if you want to do software development.
Homebrew is called the 'missing package manager for OS X'. It allows you to download packages onto your Mac from your command line.
Git is a version control system that will keep track of the changes you have made in code.
Node.js is an 'asynchronous event driven framework'.

So, I have made my first pull request to a tutorial. 
I hope I have done it correctly and I am pretty happy about it so far!!

No comments:

Post a Comment