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
- Host: GitHub
- URL: https://github.com/dking1342/git-playground
- Owner: dking1342
- Created: 2022-08-31T18:57:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T02:30:06.000Z (almost 4 years ago)
- Last Synced: 2025-07-18T13:48:16.575Z (12 months ago)
- Topics: git, github
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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