public
Description: learn git one commit at a time. updates weekly or when great tips are found
Homepage: http://gitready.com
Clone URL: git://github.com/qrush/gitready.git
name age message
file .gitignore Sat Jan 10 07:26:30 -0800 2009 Adding stashing article and doing some cleanup ... [qrush]
file .htaccess Thu Jan 29 21:00:00 -0800 2009 Adding htaccess in hopes it works [qrush]
file AUTHORS Mon Jul 06 05:27:20 -0700 2009 It's about time we had an AUTHORS file [qrush]
file CC-LICENSE Fri Apr 03 12:54:06 -0700 2009 Updating README and adding MIT license for the ... [qrush]
file MIT-LICENSE Tue Mar 24 14:39:55 -0700 2009 Updating README and adding MIT license for the ... [qrush]
file README.md Fri Jul 31 21:03:13 -0700 2009 Who needs newlines anyway [qrush]
file Rakefile Fri Jul 31 21:00:30 -0700 2009 Adding rake unpublish to help translators get s... [qrush]
file _config.yml Sun May 31 12:23:00 -0700 2009 Disabling auto regen [qrush]
directory _layouts/ Loading commit data...
directory _posts/ Fri Jul 31 20:37:29 -0700 2009 tig: the ncurses front-end to git [qrush]
file about.html Sat Jan 31 19:43:33 -0800 2009 Introduction to rebase [qrush]
file atom.xml Thu Jan 08 10:16:43 -0800 2009 Changing to TPW blog format [qrush]
directory css/ Thu Jul 16 16:59:20 -0700 2009 Adding link to the survey [qrush]
file favicon.ico Thu Feb 05 21:19:54 -0800 2009 Trying out a new favicon [qrush]
directory images/ Fri Jul 31 20:37:29 -0700 2009 tig: the ncurses front-end to git [qrush]
file index.html Fri Jul 31 20:37:29 -0700 2009 tig: the ncurses front-end to git [qrush]
file submit.html Fri Jan 16 21:17:42 -0800 2009 Making submit form a bit wider, changing backgr... [qrush]
README.md

Git Ready

There is only one way to get ready for immortality, and that is to love this life and live it as bravely and faithfully and cheerfully as we can.
~ Henry Van Dyke

About

This repository hosts the HTML, CSS, images, and posts for gitready.com. Git Ready publishes (was daily, then tri-weekly, and now) weekly tips for those who want to learn more about the VCS or just get started. The blog as a whole started as a journey to learn more about Git and show others how useful it is. If you find issues with the content, just send qrush a message on GitHub or email him at nick@quaran.to.

Publishing

This blog is generated with the Jekyll engine. Simple and easy formatting that sticks to the basics. All static HTML too, so worrying about scalability is non-existent.

Contributing

If you have ideas about new pages, layouts, or what have you, fork away!
If you want to submit tips, please do so here.

Translating

If you are interested in translating posts into another language, great! Here's what to do:

  • Fork the project.
  • Create a branch with the ISO code for your language, so for english:
git checkout -b en
  • Unpublish all the posts (and commit your changes):
rake unpublish
git commit -am "Unpublishing all the posts"
  • Translate the front page headers, footers. Check out the other translated sites for an example, such as the german one.
  • Translate as little or as many posts as you so desire.
  • Push your work back up (remember to use the right branch name!):
git push origin en
  • Submit a pull request to qrush's repository.

Once that's done, I'll add your language's subdomain and get it published.

Licensing

The actual content of the articles is licensed under Creative Commons. The code that this project consists of is licensed under MIT.

Basically, if you're going to redistribute a blog post, just make sure to link back. If you'd like to publish the content, that's fine too, just please keep the licensing information in.