Aurora SolutionsMar 5, 20141 min readHow To Install Git on Ubuntu 12.04 LTS?This step by step guide will teach you how to install Git on Ubuntu 12.04 About Git Git is a distributed version control system (DVCS)...
Aurora SolutionsAug 25, 20131 min readGit: Can I change/edit old (pushed) commit messages deep in the history?Short answer: You can not (if pushed) You might be wondering why it isn't allowed: Well its all about trust. Since you can't change the...
Aurora SolutionsAug 25, 20131 min readGit: How to change most recent commit message?You can edit commit message on Git in 3 ways.It's possible to change ONLY the most recent commit message simply by doing this: 1 - Git...