+ [5 years ago] nedbat user216_: git hooks don't go on github. You have to ask your team members to install them in their own repos
+ [5 years ago] user216_ nedbat: own repos - you mean local git-tracking directories?
+ [5 years ago] nedbat user216_: your co-workers have cloned repos to their machines. they have to install the hooks into those local repos.
+ [5 years ago] user216_ nedbat: anyway , look like that in this case I need to make some copy-paste-like instruction and put it in to github

message no. 179619

Posted by user216_ in #github at 2020-04-21T21:56:41Z

https://stackoverflow.com/questions/38999901/clone-only-the-git-directory-of-a-git-repo
+ [5 years ago] marz There'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
+ [5 years ago] twb Can I create a repo by just pushing to it, or do I need to use a web browser?
+ [5 years ago] twb https://help.github.com/en/github/getting-started-with-github/create-a-repo doesn't mention it, so maybe I just dreamed it
+ [5 years ago] drleviathan I think on github you first create an empty repo in the browser. Then you can clone it, modify, and push to it.
+ [5 years ago] drleviathan Or you could fork an empty repo, then clone it.