2020-04-29 13:10:26 +03:00
|
|
|
# microsoft/homebrew-git
|
|
|
|
|
2020-04-29 18:04:52 +03:00
|
|
|
The Homebrew Tap containing Microsoft's Git ecosystem products.
|
|
|
|
|
|
|
|
## Tapping the repository
|
|
|
|
|
|
|
|
Simply run the following command to tap this repository:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
brew tap microsoft/git
|
|
|
|
```
|
|
|
|
|
|
|
|
## Available packages
|
|
|
|
|
|
|
|
The following packages are available in this Tap:
|
|
|
|
|
|
|
|
### Formulae
|
|
|
|
|
|
|
|
Install with `brew install <formula>`
|
|
|
|
|
2020-07-23 18:44:21 +03:00
|
|
|
- _None_
|
2020-04-29 18:04:52 +03:00
|
|
|
|
|
|
|
### Casks
|
|
|
|
|
2021-11-09 15:11:10 +03:00
|
|
|
Install with `brew install --cask <cask>`
|
2020-04-29 18:04:52 +03:00
|
|
|
|
2020-07-23 18:44:21 +03:00
|
|
|
- [Microsoft Git](https://github.com/microsoft/git) (`microsoft-git`)
|
2020-05-12 13:34:33 +03:00
|
|
|
- [Scalar](https://github.com/microsoft/scalar) (`scalar`)
|
2020-05-12 13:37:08 +03:00
|
|
|
- [Scalar for Azure Repos](https://github.com/microsoft/scalar) (`scalar-azrepos`)
|
2020-04-29 18:04:52 +03:00
|
|
|
|
|
|
|
Please report any product bugs and issues in their respective projects.
|
|
|
|
|
2020-04-29 13:10:26 +03:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
|
|
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
|
|
|
the rights to use your contribution. For details, visit <https://cla.opensource.microsoft.com>.
|
|
|
|
|
|
|
|
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
|
|
|
|
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
|
|
|
|
provided by the bot. You will only need to do this once across all repos using our CLA.
|
|
|
|
|
|
|
|
## Code of Conduct
|
|
|
|
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
|
|
|
|
|
|
Resources:
|
|
|
|
|
|
|
|
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
|
|
|
|
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
|
|
|
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
|