Git Operations
Learn about nefi's git-operations module
Git Operations
At the end of the execution pipeline nefi will usually suggest to create a new branch with the changes it has made along with commiting it. This is done to keep the previous branch clean and to allow for easy rollback of the changes.
Augmentations
- Creating a new branch with the changes
- Committing the changes
- Following the conventional commit branch name and message format
Quality of Life features
- Detecting the
gpgsign
flag in the git config. Currently nefi will not sign the commit and skip the feature of commiting the changes but the new branch will still be created.