Ask a Question
Ask Question Login
Corporate Training
  1. Community
  2. Vikash Kapoor

Vikash Kapoor

★ JanBask Expert
Answers about: Devops
Share
0Questions
4Answers
0Views on questions

About Version Control system?

What is “version control”, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this book, you will use software source code as the files being version controlled, though in reality you can do…

Devops

Answered Dec 13, 2019 · 1.5K Views Read answer →

History of Git?

10 years ago Linus Torvalds started writing code for a new distributed version control system on a Sunday and only a mere few days later, the world was given the gift of Git. Git has helped teams big and small work faster while becoming more distributed and has left its mark with cheap local branching, easier code…

Devops

Answered Nov 19, 2019 · 1.0K Views Read answer →

Git Branching Model Part

There are many ways to do branching in GIT. One of the popular ways is to maintain two branches: I. master: This branch is used for production. In this branch HEAD is always in production ready state. II. develop: This branch is used for development. In this branch we store the latest code developed in project. This…

Devops

Answered Nov 18, 2019 · 1.5K Views Read answer →

git branch

Branches in Git are nothing but pointers to a specific commit. Git generally prefers to keep its branches as lightweight as possible. There are basically two types of branches viz. local branches and remote tracking branches. A local branch is just another path of your working tree. On the other hand, remote tracking…

Devops

Answered Nov 5, 2019 · 1.6K Views Read answer →

More members from the DevOps community

Learners asking and answering questions on the same topics — follow their questions and join in.

Latest DevOps Blogs

Guides, tips and career advice on DevOps from JanBask experts.

Learn & Explore

Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.