git
Gazler/githug
1 hour ago by lamnatos
Githug is designed to give you a practical way of learning git. It has a series of levels, each utilizing git commands to ensure a correct answer.
github
git
learning
tutorial
1 hour ago by lamnatos
Xcode 4 User Guide: Managing Versions of Your Project
2 hours ago by gibbz
Guide to Xcode version control (Git)
git
Xcode
development
source-control
2 hours ago by gibbz
Git: You are in the middle of a conflicted merge.
5 hours ago by dreikanter
1. Pull the update from master, or whereever – git pull
2. See the dreaded merge failed message
3. Edit the files which failed to merge correctly cleaning up the code
4. Run your tests / specs just to make sure you caught everything
5. Add and commit the manually merged file. git add path/to/file.rb; git commit -m “work damnit”
6. Go back to pushing and pulling in peace
git
howto
version_control
merging
2. See the dreaded merge failed message
3. Edit the files which failed to merge correctly cleaning up the code
4. Run your tests / specs just to make sure you caught everything
5. Add and commit the manually merged file. git add path/to/file.rb; git commit -m “work damnit”
6. Go back to pushing and pulling in peace
5 hours ago by dreikanter
OpenHatch -
Missions: Using Git: Start page
10 hours ago by musingvirtual
Git - with missions! (last two #git links via @roguelynn)
git
from twitter_favs
10 hours ago by musingvirtual
git - the simple guide - no deep shit!
10 hours ago by musingvirtual
git - the simple guide #git via @rogerdudler
git
from twitter_favs
10 hours ago by musingvirtual