Showing posts from 2020

Git : How to squash commits into one?

1.   Suppose you have multiple commits in your feature branch and want to creat…

Git : What is a rebase?

- What is rebase? Rebase is one of the way to integrate changes from one bran…

Git : What is Fork in Git?

In simple words, a fork is a copy of a repository. When you are forking a rep…

Git : Branch, Commit, Pull Request

A branch is a parallel version of a repository. As official doc says, a bra…

Load More Posts That is All