blob: 7bf6942e59c7cf6c176933fe8706fef31c8f0828 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Project Name
# Installation
# Contributing
```sh
# Prepare patch set
mkdir patches
git format-patch --output-directory "./patches" @{u}..
# Send patches
```
|