Category: Commands

Useful Commands e.g git, shell, aws cli etc

Commands

Linux Command Basics

Linux is an open-source operating system. I personally feel the power of Linux is using the commands. The Linux command line is a text interface to your computer. Often referred to as the shell, terminal, console, prompt, etc. In this post, I am going to explain the most commonly used Linux commands. ps – Process Status To […]

Aniket Kulkarni 
Commands

Git Commands you should know

In this post, I am going to discuss useful Git Commands. I like using Git commands instead of the Git GUI. Here are the some commands, which I came across my IT journey. Firstly, I will start with simple yet powerful branching in Git. Followed by committing, pushing the code to the repository. Frequently used, […]

Aniket Kulkarni