i have a project folder on my local computer. I want to:
- initialize a repository
- use
git initto initialize a local repository- initialize a new repository from github.com/ without readme.md and git ignore
- add this repository to my tutorialberkay organization account on github.com
- use
git remote addyou must add a remote to use remote actions like push fetch pull

