Git Tutorial

This tutorial explains the usage of the distributed version control system Git via the command line. The examples were done on Linux (Ubuntu) but should also work on other operating systems like Microsoft Windows.

Git Immersion is a guided tour that walks through the fundamentals of Git

Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.

GIT – usuwanie kilku commitów jednym poleceniem

for i in `git rev-list f182667 –max-count=5`; do git revert –no-edit $i; done http://pomoceprogramisty.blogspot.com/2011/03/git-usuwanie-kilku-commitow-jednym.html

GitHub Buttons

Showcase your GitHub repo’s success with these three simple, static buttons featuring dynamic watch, fork, and follower counts. http://ghbtns.com/

Composer hitting GitHub API rate limits

composer config --global github-oauth.github.com #composer install --prefer-source --no-interaction

Git Tutorials & Workflows

http://www.atlassian.com/git/tutorial http://www.atlassian.com/git/workflows

Gitolite: Add, Edit, or Delete Git Repository Name

http://linuxsysadminblog.com/2012/06/gitolite-add-edit-or-delete-git-repository-name/

Learn Git

No matter if you’re a beginner or an expert, our learning section will provide you with guides, books, tutorials and tips & tricks. http://www.git-tower.com/learn/index.html

Version Control Best Practices

Today, version control should be part of every developer’s tool kit. Knowing the basic rules, however, makes it even more useful. We’ve compiled some best practices that help you get the most out of version control with Git.

GitLab – free project and repository management application

Self Hosted Git Management. Fast, secure and stable solution based on Rails & Gitolite. Free and open-source. Distributed under the MIT License.