CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Git
git config --global user.name "Al Gonzalez"
git config --global user.emai "{email.address}"
 
REM set up Notepad++ as the editor of choice
git config --global core.editor "'c:\apps\notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
 
REM set up WinMerge as the tool to use when calling "git difftool"
git config --global diff.tool winmerge
git config --global difftool.winmerge.cmd "'c:\apps\winmerge\winmergeU.exe' -e -u -dl Base -dr Mine \"$LOCAL\" \"$REMOTE\""
git config --global difftool.prompt false
by Al Gonzalez   April 10, 2012 @ 11:02am
25 Views
no comments
 
#-- Files
*.bak.*
*.bak
*.dll
*.exe
*.ldf
*.log
*.mdf
*.msi
*.resharper
by Al Gonzalez   June 06, 2011 @ 8:08am
160 Views
no comments
 
function ReadyEnvironment (
            [string]$sharedDrive, 
            [string]$userName, 
            [string]$computerName)
{
    set-variable tools "$sharedDrive\shared_tools" -scope 1
    set-variable scripts "$sharedDrive\shared_scripts" -scope 1
    set-variable rdpDirectory "$sharedDrive\shared_tools\RDP" -scope 1
    set-variable desktop "C:\Users\$userName\DESKTOP" -scope 1
    Write-Host "Setting environment for $computerName" -foregroundcolor cyan
by David R. Longnecker   August 21, 2009 @ 6:39pm
1602 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate