Let me preface with this: this is over-simplified for someone just getting started with git, who does not have the time to learn all the intricacies of git, and covers the most common workflow I’ve encountered, that is:
- download code from a remote repository
- make changes
- commit and send the changes back
- get the latest from that remote repository
Archive | git RSS feed for this section
The smallest git tutorial you’ll ever need
by Pascal on October 1, 2010 in git, Just Enough, Linux, Mac
global git shortcuts
by Pascal on December 31, 2008 in git
Here’s my ~/.gitconfig file for convenient shortcuts. This way, you can use “git st” instead of “git status”…
Git to svn (read-only)
by Pascal on January 31, 2008 in git
As a follow up to last post about setting up git with gitorious
Here are the steps to mirror a git branch into svn.
First, I had to install git-svn





Recent Comments