Skip to content

Commit adea226

Browse files
Update README.md
1 parent 442c65b commit adea226

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Git Basics](https://capsule-render.vercel.app/api?type=waving&height=300&color=gradient&text=Git%20Basics&section=header&desc=A%20comprehensive,%20well-structured%20Git%20guide%20for%20beginners&descAlignY=55&fontAlignY=35&descAlign=50&descSize=20&animation=fadeIn&fontSize=50 "Git Basics")
2+
13
# Git Essentials: A Comprehensive Guide
24

35
> A modern, practical guide to Git version control system - from basics to advanced concepts.
@@ -16,7 +18,7 @@
1618
8. [Best Practices](#best-practices)
1719
9. [Tools & Resources](#tools--resources)
1820

19-
## Introduction
21+
## 🚀 Introduction
2022

2123
Git is a distributed version control system created by Linus Torvalds in 2005. It enables developers to track changes in source code, collaborate on projects, and maintain a complete history of their work. Its distributed nature ensures that every developer has a full copy of the project history, providing both reliability and flexibility in workflows.
2224

@@ -294,6 +296,6 @@ git cherry-pick <commit> # Apply specific commit to current branch
294296
- [GitHub Guides](https://guides.github.com/)
295297
- [Visual Git Guide](https://marklodato.github.io/visual-git-guide/index-en.html)
296298

297-
## License
299+
## 📝 License
298300

299301
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)