Auto: misc.

This commit is contained in:
2021-02-12 21:56:08 +01:00
parent 885b4abb54
commit 0ff0dd3f44
+5 -3
View File
@@ -1,6 +1,8 @@
# PR
- A Pull Request. A flow in which one person requests that a change they've made in a fork of a [[git]] repository is incorporated into another branch.
- The usual way to contribute patches to projects in [[git]].
- A [[github]] concept, not core to [[git]] proper.
- A [[pull request]].
- A flow in which one person requests that a change present in a branch of a [[git]] repository is incorporated into another [[branch]], usually the [[main]] of some [[repository]].
- The usual way to contribute meaningful changes to projects in [[modern day open source]].
- A [[diff]].
- A concept in the [[gitlab]]/[[github]] layer, not core to [[git]] proper. It usually involves a [[review flow]].