Git is probably one of the best innovations (regarding Software Development) of the last 5 years. Although it was a really difficult to use software at the beginning, its usability has improved. But it still lacks some features (and some of them probably just can\'t be implemented due to git\'s backend). Easy code sharing Git is all about distributed developing. You develop and when you finished you push your code to a main repository. But in some cases you want to show your code to someone else More