A list of cool features of Git and GitHub
1–10 of 26 posts
Re: A list of cool features of Git and GitHub
#2It links to a GitHub repo [1] I made a while ago with every type of emoji as a separate file and commit as a fun and somewhat pointless demo.
However, for whatever reason the emojis on the repo stopped working (after a GitHub update?). Each emoji, regardless of commit message, is defaulting to the last one that was created (:zzz:). I reached out to GitHub a few times about it, but I never got a response. It's probably super low priority for them, but I thought I would share since, although minor, I technically broke GitHub.
Re: A list of cool features of Git and GitHub
#3This has been posted a few times before and is an excellent resource. It links to a GitHub repo [1] I made a while ago with every type of emoji as a separate file and commit as a fun and somewhat pointless demo. However, for whatever reason the emojis on the repo stopped working (after a GitHub update?). Each emoji, regardless of commit message, is defaulting to the last one that was created (:zzz:). I reached out to…
Re: A list of cool features of Git and GitHub
#4Don't do this. The default (since 1.8.4) is auto, which adds colors if the output goes to a terminal, but doesn't if the output goes somewhere else (e.g., a pipe). That is probably what you want (and already have).
I fell for this myself at some point. Somehow expecting there to be more colors, or full color support, or something like that — Nope.
Re: A list of cool features of Git and GitHub
#5Re: A list of cool features of Git and GitHub
#6Re: A list of cool features of Git and GitHub
#7Re: A list of cool features of Git and GitHub
#8This has been posted a few times before and is an excellent resource. It links to a GitHub repo [1] I made a while ago with every type of emoji as a separate file and commit as a fun and somewhat pointless demo. However, for whatever reason the emojis on the repo stopped working (after a GitHub update?). Each emoji, regardless of commit message, is defaulting to the last one that was created (:zzz:). I reached out to…
Emojis make everything a little bit fun.
Re: A list of cool features of Git and GitHub
#9Any way how to automatically mirror an external Git repo to GitHub? Any webhooks for that?
Re: A list of cool features of Git and GitHub
#10Any way how to automatically mirror an external Git repo to GitHub? Any webhooks for that?