Bookmarks tagged [beginners]
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...
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. ...
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 ...
- tags: git, playground, d3, beginners
- source code
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.
- 📆 published on: 2019-06-06
- tags: git, beginners
- source code
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 ...
- tags: free-programming-books, git, beginners