Lets say I have a local repository named 'ABC" having a text file. I add 2 lines to the text file, and commit it. Lets call it "Commit A". Then I add 2 more lines to it and commit it. Lets call it "Commit B".
Will Commit B have the original text in text file and all the 4 new lines added, or just the 2 lines added in Commit B?
If I branch from Commit B, will the new branch have the original text and the 4 lines added, or just the 2 lines added in Commit B?