background preloader

Tuto

Facebook Twitter

Tutoriels | Développeur Web Paris | Tilap. #328 Twitter Bootstrap Basics. Twitter Bootstrap and Rails. Rails Examples and Tutorials · RailsApps. Créer des applications Angulars.js minifiées et sures | JavaScript. Syrinxoon Tuts. Créer un jeu de type portal 2d en javascript/html5 avec JavaScript,HTML sur Tuto. Git Explained: For Beginners. I’m working with Git now for about two years but only for my personal projects and those I have on GitHub. At work we still use TFS and SVN (as of now). Recently Paolo Perrotta came to our company to hold a course about Agile planning and since Git was quite new to most of my mates, he also quickly explained Git in the context of refactoring. I really liked his approach of explaining it and that’s why I’d like to replicate his explanation here. Just before we start.. How is Git different from other VCS (Version Control Systems)?

Git itself can be imagined as something that sits on top of your file system and manipulates files. As such in this tutorial I’d like to take a look at how Git works by viewing a Git repository from the point of view of the tree it constructs. Adding/modifying a new file creating and merging a branch with and without merge conflicts Viewing the history/changelog Performing a rollback to a certain commit Sharing/synching your code to a remote/central repository.