logo
Automate git add, commit and push with python (One command to rule them all)

Automate git add, commit and push with python (One command to rule them all)

Mwaura

Mwaura

Jan 21, 2023

Are you tired of having to type the three git commands every-time you want to push something to GitHub. (I know, right, I couldn't even type them all now!). Follow, the simple steps, in this article, to create a python script to automate this commands. All you will need to type is push + commit message. Lets dive in.

How to print an number in C using putchar and recursion

How to print an number in C using putchar and recursion

Mwaura

Mwaura

Feb 06, 2023

In this article, we dive deep into the low levels. This tutorial demonstrates how to print an integer in C. Here is the fun part, the printf() function will not be used. I found the approach extremely elegant. (You will too) Lets dive in.

Recent Posts

Categories