Sometimes, you need to merge multiples repos, but you don’t want to loose your commit history. In this tutorial, it’s basically repoSource1 + repoSource2 = repoTarget.
vcs
Git – Commit Message Conventions
A quicktip about writing good commit messages. It’s inspired by major open sources projects, like AngularJS.
Git – Unity3d .gitignore
A fulll .gitignore content for Unity3d users.
Git – Java .gitignore
A fulll .gitignore content for Java/maven users.
Continue reading
Git – The Simple Guide
Because I always forget git commands… source here: git – the simple guide (it’s better)