Blog Archives

01: 12+ Git Source control must know basics interview Q&As

Q1. How does Git differ from SVN? A1. #1. Git is a distributed source control system meaning that there will be multiple client repositories. SVN is one repository with lots…



02: 6 More Git interview Q&As

Extending 8 Git Source control system interview questions & answers. Q1. What do you understand by the term patch or pull request? A1. A patch means change sets you want…



03: Understanding Git terms origin, master, and head

Q1. What is a .git folder? A1. Like .SVN folder for subversion holding the metat data, .git folder holds the Git meta data like remote repository, branch names, etc. If…



04: Git Merging Vs rebasing interview questions and answers

Q1. What do you understand by the terms merging and rebasing? Can you explain both with a daiagram? A1. Both of these commands are designed to integrate changes from one…



05: Git & Maven for releasing software artifacts Q&A

Q1. What are the general steps involved in making a software release?
A1.

#1: Checking out the software artifacts to you build serevr or local box from a source control management (i.e. SCM) system.

#2: Giving it a version so it can be uniquely identifieds

#3: Building, testing and packaging the artifacts.…



Setting up Cygwin with Git Tutorial

Step 1: Download and install Cygwin.

Add additional packages to the Cygwin setup. Advance through the setup wizard accepting all default options until the “Select Pages” dialog is reached. Enter the word git into the Search input field and from the filtered list presented in the main dialog form select all relevant Git packages as per the following image:

Select “Next” until the selected options as added to the local Cygwin installation.…



800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top