-
-
Save jq2/c208d488118d35e6b51cb64bc8d1a180 to your computer and use it in GitHub Desktop.
bash/one-liners
This file contains 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
$ folder="/tmp/work-`date +'%F'`"; cd $folder; git init $folder; > $folder/README.md; git add -A; git commit -am "Initial commit"; | |
$ mkdir /tmp/work_`date +'%F'` && cd $_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment