Skip to content

Instantly share code, notes, and snippets.

@ashwin-pc
ashwin-pc / contributing your first PR.md
Last active October 28, 2023 11:43
Contributing your first OpenSearch PR

Contributing your first PR

1. Installing Git

  • For Windows: Git for Windows
  • For Mac: Use Homebrew (brew install git) or download from Git website
  • For Linux:
    sudo apt-get update
    sudo apt-get install git