Skip to content

Instantly share code, notes, and snippets.

@ttldtor
Created April 27, 2020 00:27
Show Gist options
  • Save ttldtor/be9b9585fec079bdb7684872be3bfec8 to your computer and use it in GitHub Desktop.
Save ttldtor/be9b9585fec079bdb7684872be3bfec8 to your computer and use it in GitHub Desktop.
@echo off
set "git_command="
if /i [%1]==[чу√Ё] set git_command=push
if /i [%1]==[згыр] set git_command=push
if /i [%1]==[√хЇху√] set git_command=status
if /i [%1]==[ыефегы] set git_command=status
if /i [%1]==[ф∙я] set git_command=log
if /i [%1]==[дщп] set git_command=log
if /i [%1]==[т°рр] set git_command=diff
if /i [%1]==[вшаа] set git_command=diff
if [%git_command%]==[] (
git %1 %2 %3 %4 %5 %6 %7
) else (
git %git_command% %2 %3 %4 %5 %6 %7
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment