๐ Setup Instructions for .github Repository
๐ Setup Instructions for .github Repository
What you need to do:
1. Navigate to the folder
cd ~/projects/metinet-de-github
2. Initialize Git
git init
3. Add all files
git add .
4. Commit
git commit -m "Add organization profile and community files"
5. Add remote
git remote add origin https://github.com/metinet-de/.github.git
6. Rename branch to main
git branch -M main
7. Push to GitHub
git push -u origin main
โ After pushing:
- Go to: https://github.com/metinet-de
- You should see your organization profile with the README content
- All repositories will inherit SECURITY.md and CONTRIBUTING.md
๐ Whatโs included:
metinet-de-github/
โโโ profile/
โ โโโ README.md # Organization profile (shown on github.com/metinet-de)
โโโ SECURITY.md # Security policy for all repos
โโโ CONTRIBUTING.md # Contribution guidelines for all repos
โโโ README.md # This repo's README
โโโ SETUP.md # These instructions
๐ฏ Result:
- โ Professional organization profile
- โ Imprint/Impressum included
- โ Security policy
- โ Contribution guidelines
- โ Applies to ALL repositories in metinet-de
Ready to push! ๐