Git QuickRef
Clone a remote repository locally cd to target directorygit clone <remote uri> Change local branch git checkout <branchname> Create a local branch and Push to remote branch git checkout -b <branchname>git add .git commit -m "commit message"git push -u origin <remote-branchname>e.ggit push -u origin mastergit push -u origin dev Overwrite all local changes from remote... Continue Reading →
Publish Intellij IDEA Java Project to GitHub
Git Integration comes as standard with Intellij IDEA 14.x.x Register GitHub Account in Intellij IDEA Intellij IDEA -> preferences (⌘ Comma)-> Version Comtrol -> GitHub Enter your login and password and click Test.ApplyOK Publish Project VCS -> Import into Version Control -> Share Project on GitHub ShareSelect the files you want to version and... Continue Reading →
Git version control with Eclipse (EGit) – Tutorial
This is a great tutorial on Egit by Lars Voegel. Git version control with Eclipse (EGit) - Tutorial
Accessing Subversion from a Mac
This is a great article on what Subversion Clients are available for a Mac. Personally, I got on well with Versions - but I'm not certain I would pay $59 for it. Mac Subversion Client Guide