Nov 15, 20223 minGitMaking sense of Git and GitHub - V [Rebase , GitHub ]Are you tired of merging and resolving conflict? We are okay with 'fast-forward merge' as it is not creating an auto-generated merge...
Nov 3, 20222 minGitMaking sense of Git and GitHub - IV [Merging and Conflict]This part is in continuation of this post - Making sense of Git and GitHub - III [Reset, Branching] If the branch is created, it needs to...
Nov 2, 20223 minGitMaking sense of Git and GitHub - III [Reset, Branching]This post is in continuation of this post. Removing a file from the Staging area: Staging = Cached = Index. What command do we use? If...
Oct 31, 20224 minGitMaking sense of Git and GitHub - II [ Staging and Committing, Commit History, Difference]This is in continuation of this post(Making sense of Git and GitHub - I). Please read before proceeding. We will create a new file...
Oct 30, 20225 minGitMaking sense of Git and GitHub - I [Central vs. Distributed VCS, Git-GitHub, Working-Staging-Repo]Why do we need Git? Without Git, modern software development is not possible. Believe this is not an understatement. Today software...