Initial Commit

This commit is contained in:
Lunovox 2024-11-18 10:30:20 -03:00
commit b8bbee5d52
4 changed files with 10 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
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
# fonte: https://gist.github.com/seanbuscay/5877413

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB