https://github.com/lucaschm/autocommit
A python application that automates the process of commiting changes of a git repository.
https://github.com/lucaschm/autocommit
git python
Last synced: 2 months ago
JSON representation
A python application that automates the process of commiting changes of a git repository.
- Host: GitHub
- URL: https://github.com/lucaschm/autocommit
- Owner: lucaschm
- Created: 2025-04-08T13:39:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T08:54:13.000Z (about 1 year ago)
- Last Synced: 2025-04-17T23:56:58.621Z (about 1 year ago)
- Topics: git, python
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autocommit
## Introduction
I use Obsidian to take notes. I want to synchronize my notes using git. There is just one problem: it is really annoying to manually commit all my note changes. This project was created to solve that problem.