background preloader

Git / Versionning

Facebook Twitter

Advanced Git Log. The purpose of any version control system is to record changes to your code.

Advanced Git Log

This gives you the power to go back into your project history to see who contributed what, figure out where bugs were introduced, and revert problematic changes. But, having all of this history available is useless if you don’t know how to navigate it. That’s where the git log command comes in. By now, you should already know the basic git log command for displaying commits. But, you can alter this output by passing many different parameters to git log. Tig, la console pour Git. Learn Git Branching (exercice) Ohmyzsh/plugins/git at master · ohmyzsh/ohmyzsh. My current .gitconfig aliases. Githooks Documentation. Hooks are programs you can place in a hooks directory to trigger actions at certain points in git’s execution.

githooks Documentation

Hooks that don’t have the executable bit set are ignored. By default the hooks directory is $GIT_DIR/hooks, but that can be changed via the core.hooksPath configuration variable (see git-config[1]). Typicode/husky: □ Git hooks made easy. GIT - Ligne de commande principale. Git - the simple guide - no deep shit! Git - the simple guide just a simple guide for getting started with git. no deep shit ;) by Roger Dudler credits to @tfnico, @fhd and Namics this guide in deutsch, español, français, indonesian, italiano, nederlands, polski, português, русский, türkçe, မြန်မာ, 日本語, 中文, 한국어 Vietnamese please report issues on github Infuse analytics everywhere with the AI-powered embedded analytics platform.

git - the simple guide - no deep shit!

Git Large File Storage - Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise. Why should a UI designer try using Git? Learning Git. This tutorial provides a succinct overview of the most important Git commands.

Learning Git

First, the Setting Up a Repository section explains all of the tools you need to start a new version-controlled project. Then, the remaining sections introduce your everyday Git commands. Apache Subversion. Git Book. Git cheatsheet for beginners. This article was originally published at Git cheatsheet Git is a very useful skill to have and almost necessary in many companies.

Git cheatsheet for beginners

Browsing job offers for software engineers, you many realize that knowing git is nearly as important as knowing an actual programming language. But still many people forget to check out how git works and what commands are responsible for what action. Git Exercises.