beginners.md

July 15, 2021 · View on GitHub

Bookmarks tagged [beginners]

www.codever.land/bookmarks/t/beginners

A successful Git branching model » nvie.com

https://nvie.com/posts/a-successful-git-branching-model/

In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning...


git: fetch and merge, don’t pull

https://longair.net/blog/2009/04/16/git-fetch-and-merge/

When using git pull both fetching and merging are done in one command, your working directory is updated without giving you a chance to examine the changes you’ve just brought into your repository. ...


Explain Git with D3

http://onlywei.github.io/explain-git-with-d3/

This website is designed to help you understand some basic git concepts visually. This is my first attempt at using both SVG and D3. I hope it is helpful to you.

Adding/staging your files for commit ...


Learn git concepts, not commands

https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc

An interactive git tutorial meant to teach you how git works, not just which commands to execute.


Git From The Bottom Up

https://jwiegley.github.io/git-from-the-bottom-up/

Welcome to the world of Git. I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying ...