Pragmatic Version Control Using Git (9781680504262) by Swicegood Travis

Pragmatic Version Control Using Git (9781680504262) by Swicegood Travis

Author:Swicegood, Travis
Language: eng
Format: epub
Tags: Pragmatic Bookshelf
ISBN: 978-1-934356-15-9
Publisher: Oreilly & Associates Inc


​​+This happens to be the second line.​​

​​+And this, it is the third and final line.​​

Commit this change so Git knows about it. Now we can utilize the git blame command to view the history of each line of the file:

Line 1 ​​prompt> git blame original.txt​​

2 ​​b87524b7 (... 1) This is the first line. ​​

3 ​​b87524b7 (... 2) This happens to be the second line. ​​

4 ​​b87524b7 (... 3) And this, it is the third and final line. ​​

5 ​​222cb821 (... 4) This is the first line. ​​



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.