+[2020-04-21T22:06:14Z]user216_*it=them +[2020-04-21T22:10:14Z]nedbatuser216_: git hooks don't go on github. You have to ask your team members to install them in their own repos +[2020-04-21T22:11:34Z]user216_nedbat: own repos - you mean local git-tracking directories? +[2020-04-21T22:12:17Z]nedbatuser216_: your co-workers have cloned repos to their machines. they have to install the hooks into those local repos. +[2020-04-21T22:14:27Z]user216_nedbat: anyway , look like that in this case I need to make some copy-paste-like instruction and put it in to github
permanently - i want to create a PR though - like a patch branch or so
+[2020-04-22T03:03:44Z]marzThere's a commit in my repo with a long commit message. How do I view it. The message is cut short with ... indicating there is more but it is unclickable +[2020-04-22T06:25:44Z]twbCan I create a repo by just pushing to it, or do I need to use a web browser? +[2020-04-22T06:26:48Z]twbhttps://help.github.com/en/github/getting-started-with-github/create-a-repo doesn't mention it, so maybe I just dreamed it +[2020-04-22T06:30:23Z]drleviathanI think on github you first create an empty repo in the browser. Then you can clone it, modify, and push to it. +[2020-04-22T06:30:44Z]drleviathanOr you could fork an empty repo, then clone it.