Idea:
— I Am Devloper (@iamdevloper) January 7, 2019
A Buffer plugin for GitHub that would schedule your commits for certain times of the day so it looks like you're still online and working.
- Make sure python and git-scm is installed.
- Install pipenv using
pip install pipenv
. - In terminal do
git clone https://github.com/mwbasu/git-scheduler.git
. - Do
cd git-scheduler
thenpipenv install
. - In
script.py
provide path of your project to variable namedPATH_OF_GIT_REPO
and save it. - Modify
schedule
object as required. - Then do
pipenv shell
andpython script.py
.