How to use Git Version Control?
Git is a version-control system for tracking changes in computer files and coordinating work on those files. You can use Git to maintain any set of files (for example, a website’s files and assets, a software development project, or simple text files)
You can create a Git version control by using below procedure,
1.Log into cPanel
2.Select Git Version Control under Files
3.Click Create
4.Toggle off the Clone a Repository button
5.Fill in the file path to the new repository
6.Provide a name for the repository as it will appear in your cPanel interface
7.Click Create at the bottom
Note:
1.If your cPanel account includes shell access, you can also use Git from the command line. Without shell access, you can only create, clone, delete, and view repositories.
2.You can use cPanel’s Terminal interface (cPanel >> Home >> Advanced >> Terminal) to access the command line from within the cPanel interface.