This tool is recommended for beginners who are new to Git and want to start with foundational concepts, as well as for developers of all levels who wish to reinforce their understanding of branching and merging. It's especially useful for those who prefer interactive learning over traditional reading materials.
No The Silver Searcher videos yet. You could help us improve this page by suggesting one.
Based on our record, Learn Git Branching should be more popular than The Silver Searcher. It has been mentiond 132 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
It's weird that the_silver_searcher, also known as `ag` [1] is not mentioned in benchmarks, which is also implemented in C. I wonder why... [1] https://github.com/ggreer/the_silver_searcher. - Source: Hacker News / 3 months ago
There are other CLI search tools for code: grep, ripgrep, etc. Or actual search tools (Sourcegraph, Github, IDEs), but I always reach for Silver Searcher/Ag. Ag is a code-searching tool similar to ack, but faster. The syntax is pretty good and it’s very helpful when I just want something basic such as when I’m just looking for the string Config (I don’t use complex regex).By the way fzf.zsh, combines ag with fzf... - Source: dev.to / 12 months ago
If you have trouble finding it among the other stuff happening in the server log, well, so do I! I recommend learning how to programmatically search through your terminal output. Providing a universal method for this is challenging because various tools and terminal emulators implement this functionality differently. Another option would be to use tools like grep or the_silver_searcher (a favorite of mine) to... - Source: dev.to / over 1 year ago
Some of the examples below use ag, but could just as well use grep or equivalent. - Source: dev.to / over 1 year ago
Why guess when [there are installation instructions for various platforms on the README](https://github.com/ggreer/the_silver_searcher#installing)? Also, although it may not be easy to remember, is this really a problem in practice given the installation count in most contexts is one? If there's a context where it's installed regularly, that's... - Source: Hacker News / over 1 year ago
Https://learngitbranching.js.org/ is very good for learning how Git branching works. Once you're done with the tutorial bit, the https://learngitbranching.js.org/?NODEMO version is good to try out commands and see what the tree looks like after each command. - Source: Hacker News / 3 months ago
Https://learngitbranching.js.org/ is my go-to recommendation. - Source: Hacker News / 3 months ago
I upskilled significant in git playing the https://learngitbranching.js.org/ game. - Source: Hacker News / 3 months ago
Neat game. You might want to check out this other git teaching game - https://learngitbranching.js.org/. - Source: Hacker News / 3 months ago
> But first, people need to see visually how they can interact with the tree. Interactive tutorial with tree visualization that has helped co-workers: https://learngitbranching.js.org/. - Source: Hacker News / 4 months ago
ripgrep - ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
Pro Git - The Git Book is the official tutorial about Git.
grep - grep is a command-line utility for searching plain-text data sets for lines matching a regular...
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
SMF – Search my Files - SMF - Search my Files v13 is the fastest duplicate files finder and a multi-dimensional - file searcher, - file copier / mover, - file deleter / eraser, - and
VS Code - Build and debug modern web and cloud applications, by Microsoft