Git
-
Software Development

Migrating from a Subversion repository to GitHub
One of greatest attractions of GitHub is the community and the tooling that allows this community to share code. Each…
Read More » -
Software Development

An Introduction to the JGit Sources
JGit is a pure Java library implementing the Git version control system. It is an Eclipse project and started out…
Read More » -
Software Development

Signing Git tags
One of Git’s interesting features is definitely the ability to sign tags. Using your GPG key-pair you can create a…
Read More » -
Software Development

Having fun with Git
I recently read The Git Book. As I went through the Git Internals parts, it struck me how simple and…
Read More » -
Android Core

Android – Import projects from Git
There are many cases when we have requirement and need to clone Git repository, at that time we have to…
Read More » -
Software Development

Git configuration options you can’t miss
Whenever I start using a new machine for development these are the first options I setup. …
Read More » -
Software Development

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…
Read More » -
Software Development

Git – let’s make errors (and learn how to revert them)
It’s not a secret that git is not a very easy tool to use. I am able to use it…
Read More » -
Software Development

When git ignores your⊠.gitignore?
I feel like I should start this post saying that I absolutely love git. If youâve never heard of it,…
Read More »

