Skip to content

Instantly share code, notes, and snippets.

@heathhenley
Created December 22, 2023 15:13
Show Gist options
  • Save heathhenley/c36ee7e72f8532c7f5177d61bfc83495 to your computer and use it in GitHub Desktop.
Save heathhenley/c36ee7e72f8532c7f5177d61bfc83495 to your computer and use it in GitHub Desktop.
cl aliases windows
@echo off
doskey gsu=git status -uno
doskey gs=git status
doskey gpr=git pull -r
doskey gf=git fetch
doskey gc=git commit $*
doskey ga=git add $*
doskey gch=git checkout $*
doskey gka=gitk --all
set PATH=%PATH%;"c:\dev\ag"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment