Learn Git The Hard Way by Ian Miell
Author:Ian Miell [Ian Miell]
Language: eng
Format: epub, mobi, pdf
Publisher: leanpub.com
Published: 2018-02-13T00:00:00+00:00
You can see this repositoryâs view of all the branches it is aware of by running this:
23 $ git branch --all
* master remotes/origin/HEAD -> origin/master remotes/origin/master
Here you see the local master branch, followed by the remotes/origin/HEAD pointer (remember: HEAD is a pointer to a location in the repository), which is linked to remotes/origin/master.
If you want to dig into the internals at this point, you can peek at the .git folder again:
24 $ ls .git/refs/
heads remotes tags
which has heads, which contains references to the local branch:
25 $ cat .git/refs/heads/master
Download
Learn Git The Hard Way by Ian Miell.mobi
Learn Git The Hard Way by Ian Miell.pdf
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.
Deep Learning with Python by François Chollet(12517)
Hello! Python by Anthony Briggs(9864)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9754)
The Mikado Method by Ola Ellnestam Daniel Brolund(9744)
Dependency Injection in .NET by Mark Seemann(9290)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8255)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7738)
Grails in Action by Glen Smith Peter Ledbrook(7664)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7513)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(6736)
Microservices with Go by Alexander Shuiskov(6499)
Practical Design Patterns for Java Developers by Miroslav Wengner(6402)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6378)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6375)
Angular Projects - Third Edition by Aristeidis Bampakos(5755)
The Art of Crafting User Stories by The Art of Crafting User Stories(5290)
NetSuite for Consultants - Second Edition by Peter Ries(5233)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5049)
Kotlin in Action by Dmitry Jemerov(5016)
