Migrate your Repository GitHi Guys!Here is a simple tutorial to migrate your repository to other git server.First StepYou need to create a “mirror” repositorygit clone --bare <URL>
Git: Merging vs RebaseArticle based on: https://www.atlassian.com/git/tutorials/merging-vs-rebasing/the-golden-rule-of-rebasingGitflow was in implemented by my team 6 months ago, but I’m not here to talk about it. I like it.
Touch feedback with Android Data BindingA simple way to achieve Google’s Responsive Interaction guide for user inputsI’ve been researching how to implement touch feedback in views that are not buttons and I realized that…
How To: Configuring an OS X server machine for more useful Xcode botsThere are many guides out there to help you configure Xcode bots and their triggers. This post focuses more on configuring the server itself to create more powerful build scripts. In this tutorial we will: