Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savanarohit/git-ninja
Whether you're looking to streamline your workflow, solve complex problems, or simply become more proficient with Git, Git Ninja provides the resources and knowledge you need to elevate your skills to a ninja level
https://github.com/savanarohit/git-ninja
Last synced: 6 days ago
JSON representation
Whether you're looking to streamline your workflow, solve complex problems, or simply become more proficient with Git, Git Ninja provides the resources and knowledge you need to elevate your skills to a ninja level
- Host: GitHub
- URL: https://github.com/savanarohit/git-ninja
- Owner: savanarohit
- Created: 2024-07-04T04:46:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T12:24:17.000Z (6 months ago)
- Last Synced: 2024-11-07T17:48:59.071Z (about 2 months ago)
- Homepage:
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Introduction to Git
Git is a distributed version control system that tracks source code changes during software development. It allows multiple developers to work on a project simultaneously without interfering with each other’s work.
1) Most used Version Control System tool
2) Open Source project
3) Distributed Version Control System
4) Integration with Software Tools like Jira#### Lessons
1) [Introduction](https://github.com/savanarohit/Git-Ninja/blob/main/01_Introduction.md)
2) [Architecture](https://github.com/savanarohit/Git-Ninja/blob/main/02_Architecture.md)
3) [Repositories](https://github.com/savanarohit/Git-Ninja/blob/main/03_Repositories.md)
4) [Branching](https://github.com/savanarohit/Git-Ninja/blob/main/04_Branching.md)
5) [Merging](https://github.com/savanarohit/Git-Ninja/blob/main/05_Merging.md)
6) [Workflow](https://github.com/savanarohit/Git-Ninja/blob/main/06_Workflow.md)
7) [Advance](https://github.com/savanarohit/Git-Ninja/blob/main/07_Advance.md)
8) [Plugins](https://github.com/savanarohit/Git-Ninja/blob/main/08_Plugins.md)