Commit writes the staging area in Git and move the operations to the packs
(repo repository.ClockedRepo)
| 24 | |
| 25 | // Commit writes the staging area in Git and move the operations to the packs |
| 26 | Commit(repo repository.ClockedRepo) error |
| 27 | |
| 28 | // CommitAsNeeded execute a Commit only if necessary. This function is useful to avoid getting an error if the Entity |
| 29 | // is already in sync with the repository. |
no outgoing calls