datalad-handbook/docs/basics/_examples/DL-101-137-102
2019-11-12 15:08:36 +01:00

13 lines
266 B
Text

$ cat << EOT > Gitjoke1.txt
Git knows what you did last summer!
EOT
$ cat << EOT > Gitjoke2.txt
Knock knock. Who's there? Git.
Git-who?
Sorry, 'who' is not a git command - did you mean 'show'?
EOT
$ cat << EOT > Gitjoke3.txt
In Soviet Russia, git commits YOU!
EOT