Skip to content

Commit

Permalink
Add Git resources
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Feb 16, 2021
1 parent a6dde6a commit 3786552
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@ Name | Description
[DevOps Best Practices](https://gist.github.com/jpswade/4135841363e72ece8086146bd7bb5d91) | What is DevOps + list of resources
[DevOps 3 Weeks Plan](https://medium.com/@medineshkatwal/devops-3-week-plan-from-16-oct-2019-to-31st-oct-2019-af486e625f72) | Detailed plan on what to do at each day

### Learn Git

In general, you should be comfortable with:

* Commit changes to a project
* Submit pull/merge requests
* Working with branches
* Rebase changes (change order, squash, ...)

Name | Description
:------|:------:
[Interactive Git Branching Learning](https://learngitbranching.js.org/) | Visual and interactive way to learn Git branching
[Learn git concepts, not commands](https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc) | Article on Git concepts
[Codeacademy Learn Git](https://www.codecademy.com/learn/learn-git) | Not Free

## Practice Coding

Name | Comments
Expand Down Expand Up @@ -107,6 +122,7 @@ Name | Description
[CooperPress](https://cooperpress.com/publications) | various newsletters on different topics
[afreshcup](https://afreshcup.com) | "covering Ruby on Rails and whatever else I find interesting in the universe of software"
[thisweekindevops.com](https://thisweekindevops.com) | "DevOps news without the hype"
[Uber Engineering](https://eng.uber.com/) | Uber Engineering Blog

## Articles

Expand Down
13 changes: 7 additions & 6 deletions resources/git.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Git
## Git

## Articles

Author | Name | Description
:-------|:------|:------:
Tommi Virtanen | [Git for Computer Scientists](https://eagain.net/articles/git-for-computer-scientists/) |
Name | Description
:------|:------:
[Interactive Git Branching Learning](https://learngitbranching.js.org/) | Visual and interactive way to learn Git branching
[Learn git concepts, not commands](https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc) | Article on Git concepts
[Codeacademy Learn Git](https://www.codecademy.com/learn/learn-git) | Not Free
[Git for Computer Scientists](https://eagain.net/articles/git-for-computer-scientists/) |

0 comments on commit 3786552

Please sign in to comment.