An open API service indexing awesome lists of open source software.

https://github.com/dking1342/git-playground

A git repo to practice git fundamentals
https://github.com/dking1342/git-playground

git github

Last synced: 3 months ago
JSON representation

A git repo to practice git fundamentals

Awesome Lists containing this project

README

          

# Git Playground

## Documentation
- [Git documentation](https://git-scm.com/doc)
- [Git cheat sheet](https://education.github.com/git-cheat-sheet-education.pdf)
- [Branching and merging fundamentals](https://www.youtube.com/watch?v=Q1kHG842HoI&t=1172s)
- [Basic git examples](https://www.youtube.com/watch?v=Uszj_k0DGsg&list=LL&index=1)
- [Advanced git examples](https://www.youtube.com/watch?v=qsTthZi23VE&list=LL&index=2)
- [Rebase-Squash](https://medium.com/@slamflipstrom/a-beginners-guide-to-squashing-commits-with-git-rebase-8185cf6e62ec)
- [Squashing](https://git-scm.com/book/en/v2/Git-Branching-Rebasing)
- [VIM-commands](https://www.keycdn.com/blog/vim-commands)

## Explanation
This repo is meant to serve as a playground to practice various git commands, best practices and fundamentals