Commits from Child branch & Git hub remote repository
How to selectively pickup commits from child branch 2.Git Amend 3. How to go back to previous version of code? 4.Remote Repository (Git hub) … Read more
How to selectively pickup commits from child branch 2.Git Amend 3. How to go back to previous version of code? 4.Remote Repository (Git hub) … Read more
Git rebase: This is called as fast-forward merge. The commits from the child branch are added to the top of … Read more
Branching: This feature is provided in git, so that developers can create code related to different functionalities on separate branches. … Read more