Git is a popular version control system.
github organization:
= repo for coding challenge practice problems
https://danieltakeshi.github.io/2017/07/15/how-i-organize-my-github-repositories/
It’s a good idea to reformat commits to make them more readable.
git reset HEAD~${number of commits to go back}
http://joeyh.name/blog/entry/how_to_publish_git_repos_that_cannot_be_republished_to_github/ :: cheeky way to abuse DMCA to avoid GitHub using your Git repos https://sourcehut.org/blog/2020-10-29-how-mailing-lists-prevent-censorship/ using the mailing list model over the built-in issue model, and how this naturally federated and local first procedure is superior to github’s standard issue approach https://sagegerard.com/git-debugging.html: use git bisect while referencing maintainers of specific parts of code to narrow down to the code you should care about, then ask the maintainers about it - while putting in a minimum of effort. https://labs.consol.de/development/git/2017/02/22/gitignore.html using .gitignore the right way
https://stackoverflow.com/questions/9103396/how-do-i-edit-a-previous-git-commit If you need to change commit history:
This did change the commit time for my latest commit, which is something to watch out for.
Neat writeup on the Git patience diff algorithm "Distributed, offline-first bug tracker embedded in git, with bridges" Prototype Git GUI for Filmmaking "Pull github, bitbucket, and trac issues into taskwarrior" Text-mode interface for git bcongdon/git-trophy: ? Create a 3D Printed Model of Your Github Contributio
track changes to a patch over time git flow: git extensions for high level repository operations explore git cli with natural language search github is sinking
A curated list of awesome Github Profile READMEs π https://github.com/pifafu/pifafu/blob/main/readME.md i love the font choice and the gif here!
How to do a code review | eng-practices
fossil
git with additional features such as task management. it seems like a
superset of git’s system. Fossil vs.
Git
Incrementally converting from git to fossil while working on the git
repo
repo
Google’s tool for managing monorepos.
Pijul
A distributed version control system
Bazaar
Canonical’s version control system
Rendering context...