See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| /************************************************************* | |
| Hue @ D1 mini Pro (ESP8266) | |
| Basic demo of switch based on IR sensor to demonstrate | |
| communication between ESP and Hue gateway | |
| Version: 1.00 | |
| by Petr Lukas | |
| Functionality: | |
| Identify IR signal and switch light on and off using IR remote control. | |
| *************************************************************/ |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| namespace EPiServer.SocialAlloy.Web.Business.FindHelpers | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Linq.Expressions; | |
| using System.Reflection; | |
| using EPiServer.Core; | |
| using EPiServer.Find; |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Reflection; | |
| using NUnit.Framework; | |
| namespace MyProject | |
| { | |
| [TestFixture] |