02.Sep.2019 Talha F. Tutorial 16 minute read 565 Views 21 Comments
Version control also known as revision control or source control. Version control is a category of processes and tools designed to keep track of multiple different versions of software, content, documents, websites and other information in development. Suppose you have html file. where you have a logo on the left sid.......
07.Sep.2019 Talha F. Tutorial 13 minute read 565 Views 21 Comments
Git is a distributed version control system. In this tutorial, I’m going to explain to you what Git is and how you can quickly get started with it. Many of you may have heard of Git but never understood what it exactly means and how to use it!!! You have stumbled upon the right place. Get Git Integrity :.......
26.Feb.2020 Talha F. Tutorial 16 minute read 565 Views 21 Comments
In this tutorial we will learn how to create a local repository, add files on git repository, check the current status of your git repository, how to commit (Data safely stored in your database). Repository in Git is often referred to as a folder or folder where git stores all the files. It can store the files on the web i........
08.Mar.2020 Talha F. General 15 minute read 565 Views 21 Comments
It is important to note that Git does not automatically save every change you make. You must tell Git which changes you want to be recorded by staging those changes. So you need to add those file. After staging, you can commit the changes so that they are recorded in the repository. Remember that each file in your working direc.......
Except where otherwise noted, content on this site is licensed under a CC BY-NC-SA 4.0 .