learn-git-basics
learn-git-basics copied to clipboard
A Beginner's Guide to Git
e.g: - **Q**: Should I ever push directly to the Master Branch? 
https://github.com/NataliaLKB/learn-git-basics/blame/1116839e12c4165cb1b232747b466189e216ec7c/README.md#L202 In some cases your changes will be merged into a diff "main" or "default" branch such as "develop"; it will depend on the preference of your team...
There are quite a few decent git tutorials (some of which you have linked to) but you can also, _borrow_ their images e.g:  from: http://blogs.atlassian.com/2013/05/stash-git-forking-development-workflow/ Provided you...
**Getting started** - [ ] [`git clone` and `git status` in this section](https://github.com/NataliaLKB/learn-git-basics/blame/1116839e12c4165cb1b232747b466189e216ec7c/README.md#L107) need a little more clarification for beginners - what do these commands do? It would also be...
First pull request