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.
git
GitHub – Edit Markdown Files Locally in your IDE
To be more productive, you can test your README.md locally and preview it in your IDE.
GitHub – Create a Simple Website for your Side Project
In this tutorial, you will see how to generate a website with your existing markdown documentation (like README.md …no need to rewrite everything).
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)