top of page
Search
Aurora Solutions
Mar 5, 20141 min read
How 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 Solutions
Aug 25, 20131 min read
Git: 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 Solutions
Aug 25, 20131 min read
Git: 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...
Blog
bottom of page