Created
February 23, 2015 10:49
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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