In this video I'm showing you how to take backup of your source code or how to version control of your application code.
Version Control with Git: Get Started in Less Than 15 Minutes
how to take backup of github repository,
How to do version control on Github and Gitlab.
Please Watch this video Carefully and follow all the steps.
Apne app ka Source code server par kaise rakkhe.
Version Control kaise karte hai github par
How to do version control on github.
The topics covered in the video are:
1. What is Version Control?
2. Benefits of Version Control?
3. Best Version Control Systems
What’s the focus of this course?
Git is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development, but it can be used to keep track of changes in any files.This course enables you to learn and solve versioning problems with your files and codes. All these concepts are presented in an easy to understand manner, using demos and assignments to clarify the concepts and present the actual method of implementation.
Git course offered by Simplilearn will enable you to:
Understand distributed version control system and its features
Set-up Git in your system
List the three-stage workflow in Git
Create branches and track files
Create a repository in Git and GitHub
Describe merging, cloning, rebasing, among others
Installing git
Signing up to GitHub
Setup on a machine
Creating a repo on GitHub
creating the files
Initializing an empty git repository locally
Adding a remote
Checking status of files
Creating a .gitignore
Adding files to the local git repository
Committing a change
Creating a new branch
Pushing the code
Merging to the master branch
Cloning a repository
Forking a repository
How to Make a Git Backup