Skip to main content

Interview Questions on Git, Github and Gitlab


Read out top interview questions on Git, Github and Gitlab which is very much commonly asked in interviews.
  • What is GIT?
  • What is a repository in GIT?
  • What is the command you can use to write a commit message?
  • What is the difference between GIT and SVN and other CM systems?
Answers -
Cheap Local Branching
Everything is Local
Git is Fast
Git is Small
The Staging Area
Distributed
Any Workflow
Easy to Learn
Git is the new standard
  • What are the advantages of using GIT?
Read More click here

This article was originally posted on scmGalaxy.com

Comments

Popular posts from this blog

Teamcity and Github Training by DevOpsSchool

Teamcity is a configuration management tool (in JAVA) build and tests the project which is configured through server and can be set up to build and run on different platforms and operating systems. Teamcity Agenda - https://bit.ly/2Pd2Mzz To learn GitHub you should understand GIT first. When software or an app get developed, a constant change has been made to the code, releasing new version up to and after its official release. Github Agenda - https://bit.ly/2LJXe2X Teamcity and Github Training by DevOpsSchool (Must have skills to stay relevant in the Industry - ENROLL NOW!) For further discussion, you can reach us on call/WhatsApp: +91 700 483 5930 | +91 700 483 5706 | Email: Contact@DevopsSchool.com #DevOps #Teamcity #Github #Training #Certification #Course #Online #DevOpsSchool

What is the difference between terminating and stopping an EC2 instance?

Read this article to find out what are the differences between terminating and stopping an EC2 instance. This article is written by by well known DevOps trainer - Rajesh Kumar. Answer Terminate Instance When you terminate an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away and you will no longer be charged for instance usage. Any data that was stored locally on the instance will be lost. Any attached EBS volumes will be detached and deleted.  Read more click here Reference:- This article was originally posted in scmGalaxy.com

Top 10 Vulnerability Assessment Tools in 2025 — Features, Pros & Cons & How to Choose

Top 10 Vulnerability Assessment Tools in 2025 — Features, Pros & Cons & How to Choose In a world where cyber threats evolve at lightning speed, organizations can't afford blind spots. Vulnerability assessment tools are no longer optional — they are critical for proactively discovering weaknesses, prioritizing risk, and enabling remediation. In this comprehensive 2025 guide, we analyze the Top 10 Vulnerability Assessment Tools , comparing features, pros & cons, and ideal fit scenarios. Use this to help you choose a tool that aligns with your risk posture and architecture. Also check our full comparison article: Top 10 Vulnerability Assessment Tools in 2025: Features, Pros & Cons, Comparison Why Vulnerability Assessment Matters Today Vulnerability assessment is the process of discovering, evaluating, and prioritizing security flaws in systems and networks. Unlike a penetration test, which attempts exploitation, vulnerability assessment focuses ...