Version Control with Git by Ponuthorai Prem Kumar;Loeliger Jon;

Version Control with Git by Ponuthorai Prem Kumar;Loeliger Jon;

Author:Ponuthorai, Prem Kumar;Loeliger, Jon;
Language: eng
Format: epub
Publisher: O'Reilly Media, Incorporated
Published: 2022-10-28T00:00:00+00:00


$ git fetch remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (3/3), done. remote: Total 3 (delta 2), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (3/3), 660 bytes | 220.00 KiB/s, done. From https://github.com/ppremk/somerepo 78625f3..cf1abb0 main -> origin/main $ git status On branch main Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) nothing to commit, working tree clean

To see which commits you have in main that are not in origin/main, use a command like this:



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.