I'm just starting to use Github and am not very familiar with using command line. Are there any good online resources for someone who is truly starting out? I would really hate to nuke an entire project because I misunderstand the command.

link|improve this question
possible duplicate of Book about Linux shell programming – David Nehme Sep 29 '11 at 16:21
1  
Are you asking about the 'git' command line or about general Linux command line stuff? Your title is very generic, but your summary makes it sound like you want 'git' details. – P.T. Sep 29 '11 at 18:56
feedback

migrated from stackoverflow.com Sep 29 '11 at 16:49

This question came from our site for professional and enthusiast programmers.

closed as not constructive by random Sep 29 '11 at 20:22

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

http://gitref.org/

^ This looks like a -really- good site for what you're looking for.

link|improve this answer
feedback