Set default branch at custom Git Server (scratch) – Solve Git’s Default ‘master’ branch issue on Git Server Side

In today’s time, the IT industry can’t work without Git. If you are someone related to this industry, you must have heard about Git, GitHub, GitLab etc. Most of the industry use GitHub, some use the free, and some use the paid features. But, if you are someone who likes to make things on your… Read More »

C Programming – Variables

C Programs consists of many things. Some important things to know before writing and practicing C programs are Variables, Datatypes and Operators. There are many other things which you need to know as well, but for now we will discuss about these only. In future, while writing new codes we will discuss about other theories/topics… Read More »

C Programming – Environment Setup

To learn C Programming, one needs only a few things. A Computer ( There are many ways to do C Programming in mobile / web, but for now we are following the traditional way ) A C Compiler And, a normal working human brain with passion, energy, patience and positive mind. That’s all folks. Now,… Read More »

C Programming – Introduction

C is a general purpose procedural computer programming language. It was initially developed by Mr. Dennis Ritchie at Bell Laboratories, USA between 1969 – 1973. It was mainly developed to create Operating Systems (UNIX). C is the most widely used computer programming language. It is machine-independent, structured programming language which is used extensively in various… Read More »