Skip to content

Instantly share code, notes, and snippets.

View wyaadarsh's full-sized avatar

Aadarsh Indurkhya wyaadarsh

  • Microsoft India
  • Bangalore
View GitHub Profile
@wyaadarsh
wyaadarsh / git-cheatsheet.md
Created November 28, 2023 07:39 — forked from jeremypage/git-cheatsheet.md
Git cheatsheet

Git cheatsheet

Find all instances of text in all commits

git grep "text to look for" $(git rev-list --all)

List commit messages since given commit

@wyaadarsh
wyaadarsh / cheatsheet-elasticsearch.md
Created December 22, 2020 04:34 — forked from ruanbekker/cheatsheet-elasticsearch.md
Elasticsearch Cheatsheet : Example API usage of using Elasticsearch with curl