Monday, August 6, 2012

Version control with Git and Bitbucket on a Mac

I was looking into a way to put my code into a private cloud version control system. My choice for now: bitbucket.

  • First I installed the git-osx-installer for Snow Leopard (allthough I'm running Mountain Lion now).
  • Then I created an account on bitbucket.
  • I followed the wonderful bitbucket 101 to get a grasp of the Git commands (coming from a SVN world).
  • I installed the beautiful and free SourceTree Git client
  • I created a repo on bitbucket and cloned it to my Mac.
  • Added files to my working copy and added and committed them into bitbucket.
  • Done!

0 reacties:

Post a Comment