Welcome to knownCodes
How may we help you!!
Latest Posts
Which files should we usually ignore in a version control system?
A. Files that contain secret tokens, personal preferences, or editor settings
B. Files that are binary, such as executables, images...
How to Prevent Files and directory from Being Tracked in GitIf we don’t want every file or directory to be tracked in the project by Git. For example, build or output directories, private keys...
How to Prevent Files and directory from Being Tracked in Git
If we don’t want every file or directory to be tracked in the project by Git...
We will learn the fundamental Git basic command to control a project folder with Git. We will start with Git Project Initialisation...
Version control systems (VCS) trackes the changes during the development. it can help us in identifying in reverting the code, understanding previous changes, and mentioning the affected files...
We need to consider below 2 steps for configuring the Git before using it.
Git Client
Configuration...