Skip to content

Instantly share code, notes, and snippets.

View scriptogre's full-sized avatar

Christian Tanul scriptogre

View GitHub Profile
@scriptogre
scriptogre / git_commit_reminder.sh
Last active August 17, 2023 10:38
A script tailored for Linux developers working in PyCharm. Its purpose is to encourage and aid developers, especially those accustomed to chaotically writing code, to adopt the atomic commit approach. The script continuously monitors the number of uncommitted changes in a Git repository. Once changes surpass a defined threshold, a notification p…
#!/bin/bash
# ---------------------------------------------------------------------------
# Commit Reminder Script for Linux
# Author: Christian Tanul
# GitHub Gist: https://gist.github.com/scriptogre/1d97f599da72efa5e39731eaf5e4da96/
#
# Description:
# This script aids developers in transitioning to the atomic commit approach,
# especially those who tend to write code chaotically. It's designed to be used