Created
December 12, 2013 09:45
-
-
Save Geruhn/7925519 to your computer and use it in GitHub Desktop.
git init && add && commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias "giac"="git init && git add . && git commit -m \"Initial commit\"" |
@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
For the truly lazy! :)