Created
November 15, 2016 01:58
-
-
Save reimertz/80a243d3c0c8991b2c1335a5322c5144 to your computer and use it in GitHub Desktop.
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
$ git checkout --orphan git.chat | |
$ touch git.chat.json #this will be a configuration file, theme, motd, etc. | |
$ git add . | |
$ git commit -m 'initiate git.chat' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment