From f2e7c790f5722730e75b795744f19894ae878e9b Mon Sep 17 00:00:00 2001 From: biproberkay Date: Sat, 20 Nov 2021 00:45:45 +0300 Subject: [PATCH] readme add --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5ef17a --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## **how to initialize a git remote repository** + +i have a project folder on my local computer. I want to: + +- [ ] initialize a repository + +> - [ ] use `git init` to 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 add` you must add a **[remote](https://git-scm.com/docs/git-remote)** to use remote actions like push fetch pull +> ![image](https://user-images.githubusercontent.com/58739068/142639580-1e74770b-8d12-4a3b-912e-052115b172ea.png) + +> - [ ] [syncronizing all branchs ](https://stackoverflow.com/questions/6865302/push-local-git-repo-to-new-remote-including-all-branches-and-tags) +> ![image](https://user-images.githubusercontent.com/58739068/142639644-ea957325-31d7-4337-b2f6-e4acd4d90ca8.png) \ No newline at end of file