Tag git

 Reply

Reply to https://opensource.christmas/2019/11

From me it's a no - I see why some people want it, but would rather prefer they stay out of the already limited space in the commit message title, and there's a level of arguable subjectivity of what an emoji means especially as different teams, projects and cultures have views on it.

But then again, so does written language, but I feel that is at least more known?

 Bookmark

Highlights from Git 2.23

GitHub always have a great recap of the new Git releases, and this is another - I'm particularly interested in some of the changes around git checkout

Recommended read: Highlights from Git 2.23 https://github.blog/2019-08-16-highlights-from-git-2-23/

 Bookmark

Debugging the .gitignore file - Kennard

I've not had to debug that many .gitignore files in the past, but it's great to know how I would do it in the future

Recommended read: Debugging the .gitignore file - Kennard https://blog.kennard.dev/2019-06-19-git-debug-gitignore/