Closed brianamarie closed 6 years ago
FYI
Solved: Blue line next to various issues in milestone - GitHub Community Forum
A colleague solved the mystery for me: the blue lines indicate that you have an unread notification associated with that issue. So, other people don't necessarily see the blue lines just because you do.
@nekia Thank you for finding the answer! Very interesting. 😄
What repository should I use for teachback?
@kut-arika I've posted a long response in https://github.com/githubschool/apr-16/issues/3#issuecomment-381961091, the issue for teachbacks. I think it will make it more easily discoverable for others in the future. 😄 Thank you for the very good question!
Can pre-commit hooks be shared between teammates?
To share pre-commit hooks, or any other client side Git hook, maybe a https://github.com/github/scripts-to-rule-them-all pattern that copies the hook file into .git/hooks can be used. Additional benefit, the hook script itself becomes part of the repository.
There are many ways and places to ask questions.