srsly78 wrote: » Courses schmourses. Everything you need here: http://zrusin.blogspot.co.uk/2007/09/git-cheat-sheet.html Print it out and stick on wall.
Colonel Panic wrote: » Realistically, you're going to have to stick with the self study route. Perhaps the best guide to DSCM I've read is for Mercurial, but the concepts are the same if you want to map it to Git afterwards. Have a look at hginit.com
electrolinks wrote: » 1. Self study. Everything I need is online, Books, Videos etc. 2. Get someone to teach me On the first option I haven't made any progress, and I believe that i'll get bette faster and apply myself with option 2
PrzemoF wrote: » OK, I missed that. How far did you get? Configuring you details? Setting up a repo? Making changes/commits?
electrolinks wrote: » Thanks for that. Yeah I have 2 choices : 1. Self study. Everything I need is online, Books, Videos etc. 2. Get someone to teach me On the first option I haven't made any progress, and I believe that i'll get bette faster and apply myself with option 2
git init my_repo
vim my_first_file_in_git_repo.html
git add my_first_file_in_git_repo.html
git commit -m "This is my first commit"
git log
irishdude11 wrote: » If self study is an issue you would probably be better off not in I.T. which is basically all self study.
Colonel Panic wrote: » Perhaps the best guide to DSCM I've read is for Mercurial...
electrolinks wrote: » Ive had a few stalled attempts with Windows Tortoise SVN in work (no admin rights URGH!) and GIT and github on OS X
srsly78 wrote: » The problem with the complainers may exist between keyboard and chair tbh.
Colonel Panic wrote: » Sometimes it's easier to just use the command line though, especially for adding lots of files or quickly committing and pushing changes.