Skip to content

Instantly share code, notes, and snippets.

View index-panayotov's full-sized avatar

Preslav Panayotov index-panayotov

View GitHub Profile
@index-panayotov
index-panayotov / commands.md
Last active February 21, 2017 14:11 — forked from dimitardanailov/commands.md
Git commands
# How to simplify the graph produced by git log --graph
# https://gist.github.com/datagrok/4221767
The graph (git log --graph [--oneline] [--all])
# How to search a Git repository by commit message?
# http://stackoverflow.com/questions/7124914/how-to-search-a-git-repository-by-commit-message
git log --all --grep='Build 0051'