Skip to content

Instantly share code, notes, and snippets.

@cubanx
cubanx / gist:1682973
Created January 26, 2012 14:19
Tracking alias
tracking = for-each-ref --format='%(refname:short) <- %(upstream:short)' refs/heads
@cubanx
cubanx / 2011-10-28.vssettings
Created October 28, 2011 12:41
Visual Studio Settings Red Team
<UserSettings>
<ApplicationIdentity version="10.0"/>
<ToolsOptions>
<ToolsOptionsCategory name="Environment" RegisteredName="Environment">
<ToolsOptionsSubCategory name="Documents" RegisteredName="Documents" PackageName="Visual Studio Environment Package">
<PropertyValue name="ShowMiscFilesProject">false</PropertyValue>
<PropertyValue name="AutoloadExternalChanges">true</PropertyValue>
<PropertyValue name="CheckForConsistentLineEndings">true</PropertyValue>
<PropertyValue name="SaveDocsAsUnicodeWhenDataLoss">false</PropertyValue>
<PropertyValue name="InitializeOpenFileFromCurrentDocument">true</PropertyValue>