Git
-
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 » -
Software Development
Git: Committing vs Pushing vs Stashing – OR: “what to do if I just want to work locally”
Many people ask me for advice when they’re trying to modify some code locally without the changes finding their way…
Read More » -
Software Development
Introduction To Git Concepts
This post is an introduction/reminder to Git concepts. It aims at facilitating the learning curve for those coming from a Subversion…
Read More » -
Software Development
Bash’ing your git deployment
Chuck Norris deploys after every commit. Smart men deploy after every successful build on their Continuous Integration server. Educated men,…
Read More »