Posts

Complete Git from basic to Advance with downloadable Study Material| GitHub Tutorial | Gitlab Tutorial | Git Bash

Image
   Version control systems: • Version control is all about managing multiple versions of documents, programs, web sites, etc. • Almost all “real” projects use some kind of version control • Essential for team projects, but also very useful for individual projects • Some well‐known version control systems are CVS,SVN Subversion, Mercurial, and Git Why version control? • For working by yourself: • Gives you a “time machine” for going back to earlier versions • Gives you great support for different versions (standalone, web app, etc.) of the same basic project • For working with others: • Greatly simplifies concurrent work, merging changes • For getting an internship or job: • Any company with a clue uses some kind of version control • Companies without a clue are bad places to work Download the Study Material / Notes for this Tutorial from the given link below: Download and install Git Here’s the standard one: http://git‐scm.com/downloads What is Git: Git is a modern and widely used dist

How to use Command Prompt, Power Shell and Git Bash in Windows 11/Windows 10/Windows 8/Windows 7

Image
Download the Study Material for the Part1 of our Complete Series on Command Prompt/Power Shell and Git Bash is given below: Click here to Download Command Prompt is a  command line interpreter  application available in most Windows  operating systems . It's used to execute entered  commands . Most of those commands automate tasks via scripts and  batch files , perform advanced administrative functions, and troubleshoot or solve certain kinds of Windows issues. Command Prompt is officially called Windows Command Processor, but it's also sometimes referred to as ​the command shell or   cmd prompt, or even by its filename, cmd.exe. Command Prompt is sometimes incorrectly referred to as "the DOS prompt" or as MS-DOS itself. Command Prompt is a Windows program that emulates many of the command line abilities available in MS-DOS, but it's not MS-DOS. ------------------------------- Written By : Zaid Bashir -------------------------------