Skip to content

Instantly share code, notes, and snippets.

@Geruhn
Created December 12, 2013 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Geruhn/7925519 to your computer and use it in GitHub Desktop.
Save Geruhn/7925519 to your computer and use it in GitHub Desktop.
git init && add && commit
alias "giac"="git init && git add . && git commit -m \"Initial commit\""
@dbaelz
Copy link

dbaelz commented Dec 12, 2013

For the truly lazy! :)

[alias]
st = status
co = commit -m
last = log -1 HEAD
aa = add -A
ac = !git add -A && git commit -m

@Geruhn
Copy link
Author

Geruhn commented Jan 2, 2014

@dbaelz:
Hatte das schon in einem früheren Gist abgedeckt, was heißt hierbei aber "!git"?
https://gist.github.com/Geruhn/6319849

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