+[2019-06-02T09:47:11Z]geekodour08q +[2019-06-02T11:52:16Z]nedbattoothe: you can check out the pull request locally: https://nedbatchelder.com/blog/201407/fetching_github_pull_requests.html +[2019-06-02T22:10:27Z]aroonithere's no problem with adding a remote origin later and making some commits locally before doing that right? +[2019-06-02T22:10:42Z]aroonialso; can i run git init whenever i want; even if i forget to do it when i start a new project? +[2019-06-02T22:15:18Z]nedbatarooni: yes and yes
+[2019-06-04T20:47:54Z]jesusrmxHi, can please someone explain why a regular "git push" works but "git push -f hash:master" does not? thanks (using https, not ssh). +[2019-06-04T20:50:12Z]jesusrmxthe error message is "fatal: Could not read from remote repository. +[2019-06-04T20:50:12Z]jesusrmxPlease make sure you have the correct access rights +[2019-06-04T20:50:12Z]jesusrmx" +[2019-06-04T20:50:12Z]jesusrmxand the repository exists.