## **how to initialize a git remote repository** i have a project folder on my local computer. I want to: - [x] initialize a repository > - [x] use `git init` to initialize a local repository > - [x] initialize a new repository from github.com/<your-account-name> without readme.md and git ignore - [x] add this repository to my tutorialberkay organization account on github.com > - [ ] use `git remote add` you must add a **[remote](https://git-scm.com/docs/git-remote)** to use remote actions like push fetch pull  > - [ ] [syncronizing all branchs ](https://stackoverflow.com/questions/6865302/push-local-git-repo-to-new-remote-including-all-branches-and-tags) 