Latest Articles
git fetch workflow explained [With Easy Examples]
git fetch is used to get objects and references from remote. It is different from pull operation because pull will additionally merge the changes into local …
The Ultimate Python Cheat Sheet for *args and **kwargs
A python kwargs is a dictionary of keyword arguments. we put two ** before kwargs which allows us to pass any number of keyword arguments. Python *args can be …
Python User Input Advanced Guide [In-Depth Tutorial]
Use python input() function to ask user for input in Python. Collect integer or floating number or string as input. COllect multiple inputs in single line
Dual boot Ubuntu with Kali Linux [Step-by-Step]
Step by step instructions to dual boot Ubuntu with Kali Linux. Choose default boot menu.
git undo commit PROPERLY [5 Different Ways]
Git has provided a variety of functions to manage your working repository including git undo commits that are unwanted. They include git checkout, git clean,
