Skip to content

Instantly share code, notes, and snippets.

View evansmejax's full-sized avatar
💭
developing web applications

Evans Meja evansmejax

💭
developing web applications
View GitHub Profile
@ethaizone
ethaizone / git_autocommit_all.bat
Created October 18, 2013 06:58
Commit git with bat file
@echo off
echo type "commit" or "update"
cd "curl"
set GIT_PATH="C:\Program Files (x86)\Git\bin\git.exe"
set BRANCH = "origin"
:P
set ACTION=
set /P ACTION=Action: %=%