(chore) replace master/slave with inclusive language (#4459)

This commit is contained in:
Quinn Vissak
2020-10-06 10:24:10 -04:00
committed by GitHub
parent 249b40598c
commit 4497535246
9 changed files with 21 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
- List commits more recent than a specific date, on a specific branch:
`git rev-list --since={{'2019-12-01 00:00:00'}} {{master}}`
`git rev-list --since={{'2019-12-01 00:00:00'}} {{main}}`
- List all merge commits on a specific commit: