In this tutorial I will speak about Git HEAD pointer.
Code used during this tutorial:
1 2 3 4 5 6 7 8 9 10 11 12 |
# Git HEAD # a special pointer # parent of the next commit git log ls -al /var/www/http.liviubalan.com/.git/ cat /var/www/http.liviubalan.com/.git/HEAD cat /var/www/http.liviubalan.com/.git/refs/heads/master # Useful links https://git-scm.com/book/en/v1/Git-Branching-What-a-Branch-Is |
Useful links:
https://git-scm.com/book/en/v1/Git-Branching-What-a-Branch-Is