Skip to content

Instantly share code, notes, and snippets.

@hannestyden
Created August 21, 2012 13:40
Show Gist options
  • Save hannestyden/3415541 to your computer and use it in GitHub Desktop.
Save hannestyden/3415541 to your computer and use it in GitHub Desktop.
g () {
if [ $# -eq 0 ]
then
git status
else
git $@
fi
}
@stigi
Copy link

stigi commented Aug 21, 2012

:trollface:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment