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
25 Views
no comments
#-- Files *.bak.* *.bak *.dll *.exe *.ldf *.log *.mdf *.msi *.resharper
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
1602 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
