Author: Merlin Rebrović
Git tips and tricks
In a few short years Git became one of the most popular source control management system,…
Merlin Rebrović
How we’ve created the LaLa Lunchbox iPhone app
A few days ago the LaLa Lunchbox app landed on App Store. Even after such a…
Merlin Rebrović
Git merge and rebase – the simple explanation
Git merge and rebase have the same purpose – to converge multiple branches of development. Although…
Merlin Rebrović
Cut your way through problems with git bisect
We (developers) write bug-free code and it’s always “someone else” who introduces a bug that is…
Merlin Rebrović