githubschool / apr-16

Let's learn about Git and GitHub
https://githubschool.github.io/apr-16/
MIT License
2 stars 3 forks source link

Ongoing Questions #2

Closed brianamarie closed 6 years ago

brianamarie commented 6 years ago

There are many ways and places to ask questions.

nekia commented 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.

https://github.com/StylishThemes/GitHub-Dark/issues/371

brianamarie commented 6 years ago

@nekia Thank you for finding the answer! Very interesting. 😄

kut-arika commented 6 years ago

What repository should I use for teachback?

brianamarie commented 6 years ago

@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!

githubteacher commented 6 years ago

Can pre-commit hooks be shared between teammates?

stoe commented 6 years ago

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.