In part 1, we set up a git server and created a blank project. Now let’s write some code on our development box and commit it to our git repo.
Tag Archives: SCM
Git part 1: Intro to git, setup a git server on CentOS and create a new project
What
From git-scm.com: “Git is distributed version control system focused on speed, effectivity and real-world usability on large projects.” It is the new subversion. Every coder seems to be using it and every coder seems be loving it. I’ve only scratched the surface with it and can already see how it will help me manage development on my current project.
Continue reading Git part 1: Intro to git, setup a git server on CentOS and create a new project