Adds specs

This commit is contained in:
2026-05-13 21:39:02 -04:00
parent 34c8232427
commit 65bf75cdf2
8 changed files with 375 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
# Converge specifications
## Creates a commit after a file is changed
## Only creates one commit when multiple changes occur within a 5 second window
## Pulls changes from remote "origin" before pushing commits
## Rebases when pulling changes from "origin"
## Does not operate (stage, commit or push) on git repos when:
### a rebase is in progess
### a merge is in progess
### a revert is in progess
### a cherry-pick is in progess
### a bisect is in progess