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
| cd repository | |
| git checkout --orphan orphan_name | |
| git rm -rf . | |
| rm '.gitignore' | |
| echo "#Title of Readme" > README.md | |
| git add README.md | |
| git commit -a -m "Initial Commit" | |
| git push origin orphan_name |
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
| # Name: smd_remote_file v0.43 | |
| # Type: Admin/Client side plugin | |
| # Allows remote URL files to be handled from the Files tab | |
| # Author: Stef Dawson | |
| # URL: http://stefdawson.com/ | |
| # Recommended load order: 5 | |
| # ..................................................................... | |
| # This is a plugin for Textpattern - http://textpattern.com/ | |
| # To install: textpattern > admin > plugins |