Hacker News
- Show HN: Watermelon – open-source VSC ext. to document code and view Git blame https://github.com/watermelontools/wm-extension 42 comments
- Kivo (YC S13) Uses Git to Make Collaborating on Documents Easier http://techcrunch.com/2013/08/05/kivo-uses-git-to-make-collaborating-on-documents-easier-starting-with-powerpoint/ 27 comments
- A Git Repo to Document Police Brutality During the 2020 George Floyd Protests https://github.com/2020PB/police-brutality 254 comments
Lobsters
- Is This Old-School Documentation Style Still Relevant with Git? https://www.youtube.com/watch?t=1334s&v=JqZXYC5F-7I 28 comments programming
- Having trouble with git documentation example using asterisk wildcard https://git-scm.com/docs/gitignore/en 2 comments git
- Git For Word Documents https://calabara.com 28 comments git
- What Is the Official Documentation for Git Users? https://git-scm.com/book/en/v2 15 comments git
- PHP Documentation is now on Git https://externals.io/message/112662 16 comments php
- Vim Screencast: How to do IDE-like Refactors, Snippets, Tests, Hover Documentation, Code Commenting, and Git Integration https://www.semicolonandsons.com/episode/IDE-like-refactors-snippets-tests-hover-docs-commenting-and-git 4 comments vim
- Why does git documentation call git stupid? https://git-scm.com/docs/git 12 comments git
- Git Basics: Staging and Commits. ( Just posting because documentation on the Git Command has gotten way better. ) https://git-scm.com/book/en/v1/git-basics-recording-changes-to-the-repository 3 comments programming
- What of the documentation in the sidebar assumes the least sophistication (is the gentlest) for git? None 7 comments git
- Microsoft created a git document of goals and intent in regards to the new Edge Chromium Browser https://github.com/microsoftedge/msedge 24 comments programming
- GIT CheatSheet is a desktop app built with ElectronJS and ReactJS to be cross-platform, providing quick access to the main Git commands and with direct links to the documentation. https://github.com/mariorodeghiero/git-cheatsheet 6 comments git
- Server documentation with Git + SymLinks https://www.reddit.com/r/sysadmin/comments/8vksy0/server_documentation_with_git_symlinks/ 7 comments sysadmin
- Git Pack Heuristics documentation is worth a read. https://github.com/git/git/blob/master/documentation/technical/pack-heuristics.txt 3 comments programming
- How to use git hooks to help documenting your software development project https://osedea.com/blog/how-to-tackle-the-documentation-problem 3 comments git
- Every line of code is always documented (some handy tips git history tips) http://mislav.uniqpath.com/2014/02/hidden-documentation/ 178 comments programming
- My team recently switched to git, which spawned tons of complaints about the git documentation. So I made this Markov-chain-based manpage generator to "help" http://www.antichipotle.com/git 343 comments programming
- The Key to Understanding Mercurial (and Git). A one-page explanation of how it works that makes all other documentation superfluous. http://mercurial.selenic.com/wiki/understandingmercurial 92 comments programming
- Curious, that this is not documented better: running a bare GIT repository over HTTP/SSH http://www.onyxbits.de/content/setting-public-repository-git 14 comments programming
- Help improve Rails documentation on Git branch http://weblog.rubyonrails.com/2008/5/2/help-improve-rails-documentation-on-git-branch 2 comments ruby
- ContextKeeper 1.3 with Git worktree support | I made a Visual Studio plugin which lets you switch between different programming contexts - last opened files, pinned tabs and documents state&position. All contexts are saved in simple JSON files. I'd love to know what you think! https://contextkeeper.io/?ref=reddit_programming_January_21 12 comments programming
- Well documented, terminal centric web developer's dot files. Vim/Neovim, Zsh, Tmux, Git included. (X-Post) https://github.com/martin-svk/dot-files 8 comments neovim
- Well documented, terminal centric web developer's dot files. Vim/Neovim, Zsh, Tmux, Git included. https://github.com/martin-svk/dot-files 50 comments vim
- Published a Comprehensive LaTeX Masterclass! Learn Everything from Basics (why LaTeX, syntax, figures, tables, document structure, lists, page numbering, bibliography) to Advanced Techniques (Python + LaTeX, git, Math, values with units, nomenclature, glossaries, show source code, flowcharts) 🚀 https://youtu.be/CjuYkcA35dw 4 comments latex
- Post commit hook (git) to update documentation in a gh-pages branch. https://gist.github.com/stebalien/d4a32c4abc03376db903 3 comments rust