gitfiti
Git
Our great sponsors
gitfiti | Git | |
---|---|---|
35 | 255 | |
7,644 | 46,468 | |
- | 0.8% | |
0.0 | 9.9 | |
about 2 months ago | 2 days ago | |
Python | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gitfiti
-
hE Is nOT qUaLifIeD!
Just turn your git history into pixel art
-
Aw man
Cheers: https://github.com/gelstudios/gitfiti
Gitfiti
-
Sit down
Git accepts commits in the past. There are tools to make it look however you like -> https://github.com/gelstudios/gitfiti
-
Discussion Thread
Me: "I needed to make my contribution graph look good"
-
Remember: non-technical recruiters can't tell the difference!
That's nothing to say about using it though you could really push it over the top by using something like this (or making it yourself for bonus points) to draw images or text on your github activity and drive the point home
-
Gamification Affects Software Developers: Cautionary Evidence from GitHub
There is even a tool[1] to draw images in commit history (so called gitifi).
It is possible because git allows to create and push commit with arbitrary date, using GIT_AUTHOR_DATE env variable or --date flag.
- The perfect guy
- Show HN: A new way to use GPT-3 to generate code (and everything else)
-
What's stopping you from coding like this!?
Absolutely nothing! Due to it being possible to make commits in the past, one can actually make green pixel art ! (Please note that it is likely to get banned by GitHub thoug, they don't seem to like people doing this)
Git
- I found a remote code execution bug in VSCode that can be triggered from untrusted workspaces. Microsoft fixed it but marked it as moderate severity and ineligible under their bug bounty program.
- GCC uses GCC to compile itself
-
Have you thought?
How does git track git? It doesn't. The submission guidelines are fun to read https://github.com/git/git
Well, git uses git to track git
-
Safest way to copy a string?
Same goes for (strbuf)[https://github.com/git/git/blob/master/strbuf.h] that I have heard is popular. It's not using sds's trick, it's just a simple struct and utilities.
-
A script to fuzzy-find files before launching vim
It's part of git contrib, where they are located is platform specific, see https://github.com/git/git/tree/master/contrib/git-jump
-
Git Security Vulnerabilities Announced
Well that's unfortunate, `brew update` does not show any 2.40.1: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/... even though the tag was cut last week: https://github.com/git/git/releases/tag/v2.40.1
Thank goodness `brew edit git` still works ... for now :-/
-
No offense, but what is that language?
The same Github that states otherwise?
-
Bruh, like "master" sounds a bit BDSMy
As someone else showed by referring to https://github.com/git/git/blob/master/refs.c git seems to set the default to "master", not "main".
What are some alternatives?
scalar - Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
fake-git-history - Generate Git commits.
PineappleCAS - A generic computer algebra system targeted for the TI-84+ CE calculators
Subversion - Mirror of Apache Subversion
vscode-gitlens - Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
linux - Linux kernel source tree
chromebrew - Package manager for Chrome OS [Moved to: https://github.com/chromebrew/chromebrew]
github-activity-generator - A script that helps generate a rich GitHub Contribution Graph for your account 🤖
vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
mpv - 🎥 Command line video player
jj - A Git-compatible DVCS that is both simple and powerful
safestringlib