- feature
- fix
- hotfix
- spike
- release (to staging)
# <type>[(optional scope)]: <subject> | |
# |<---- Using a Maximum Of 50 Characters ---->| | |
# Explain why this change is being made. | |
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
# Provide links or keys to any relevant tickets, articles or other resources, | |
# |<---- use git-interpret-trailers, for example ---->| | |
# Issue #23 |
# START http://boxstarter.org/package/url?https://gist.github.com/Boggin/5bcaa3cf4712f6801d0010cab64ee8f3/boxstarter.dev | |
# Boxstarter options | |
$Boxstarter.RebootOk=$true # Allow reboots? | |
$Boxstarter.NoPassword=$false # Is this a machine with no login password? | |
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot | |
if (Test-PendingReboot) { Invoke-Reboot } | |
# Configure Windows |
REM Copyright 2014 Steve Francia | |
REM | |
REM Licensed under the Apache License, Version 2.0 (the "License"); | |
REM you may not use this file except in compliance with the License. | |
REM You may obtain a copy of the License at | |
REM | |
REM http://www.apache.org/licenses/LICENSE-2.0 | |
REM | |
REM Unless required by applicable law or agreed to in writing, software | |
REM distributed under the License is distributed on an "AS IS" BASIS, |
namespace Portal.Web | |
{ | |
using System.Composition.Convention; | |
using System.Composition.Hosting; | |
using System.Reflection; | |
using System.Web.Http; | |
using System.Web.Http.Controllers; | |
public static class ContainerConfig | |
{ |
If you would like to use git locally against the TFS repositories you can use git-tfs.
You can install git from the Windows installer: http://git-scm.com/downloads.
I prefer to install the bash command line and all the Unix tools. You may still prefer to use the GUI which is installed at the same time.
Then you can install git-tfs via chocolatey.
Note: If you don't have chocolatey goodness yet then see the Chocolatey Install section below.
namespace Data.Commands | |
{ | |
using System; | |
using System.Data; | |
using System.Data.Entity; | |
using System.Data.SqlClient; | |
using System.Diagnostics; | |
public class CreateConfigurationCommand | |
{ |
namespace WebRole.Controllers | |
{ | |
public class MyController : ApiController | |
{ | |
private readonly ICache cache; | |
private readonly IMyRequestQueue myRequestQueue; | |
public MyController( | |
ICache cache, |
.level-meter__content { | |
background: #fff; | |
} | |
.level-meter__box { | |
fill: none; | |
stroke: #7d7d7d; | |
} | |
.level-meter__bar-empty { | |
fill: #7d7d7d; | |
stroke: #7d7d7d; |
I hereby claim:
To claim this, I am signing this object: