GithubHelp home page GithubHelp logo

kungfoo / gitready Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qrush/gitready

1.0 2.0 0.0 2.67 MB

learn git one commit at a time. updates weekly or when great tips are found

Home Page: http://gitready.com

License: Other

gitready's Introduction

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 [email protected].

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.

gitready's People

Contributors

qrush avatar ngulden avatar benpickles avatar

Stargazers

Silvio Heuberger avatar

Watchers

Silvio Heuberger avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.