Skip to content

Instantly share code, notes, and snippets.

@alcalyn
Created February 23, 2015 10:49
Show Gist options
  • Save alcalyn/d8f4e91f913a35bf4a0b to your computer and use it in GitHub Desktop.
Save alcalyn/d8f4e91f913a35bf4a0b to your computer and use it in GitHub Desktop.
Create an alias for svn. (First rename svn.exe to svn-core.exe)
@echo off
if "%1"=="nympho" (
svn-core.exe info
goto :end
)
svn-core.exe %*
:end
echo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment