diff --git a/index.html b/index.html index d2c1d1ec7..81ed4ca2d 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ h4 { font-family: "Lato", sans-serif; } - + .w3-tag { height: 156x; @@ -99,71 +99,103 @@

Contribute

Leave A Message
- + -
+
- -
-

Hope all are enjoying their coding journey, Luke UK

+ + +
+
+

Greetings from Azerbaijan

+

+ Thank you, W3Schools, for making learning easy and fun! +

Regards Avaz.

+
12.09.2025 +

+
- - -

This Git tutorial is carraying me through my class!

- +
-
-

Rahul... naam to suna hoga

-

Love from India💖💖💖

-
+ + +
+

Hope all are enjoying their coding journey, Luke UK

+
+ + + +

This Git tutorial is carraying me through my class!

+ + +
+

Rahul... naam to suna hoga

+

Love from India💖💖💖

+

Huge thank you from John S!

-

This Git and GitHub tutorial is excellent; it has been quite a painless journey in this learning process. You don't know how much you rock! :)

+

This Git and GitHub tutorial is excellent; it has been quite a painless journey in this learning + process. You don't know how much you rock! :)

-
-

W3Schools has been a vital tool in my education. Appreciate you guys a lot


-

From Africa - 23 July 2025

-
+
+

W3Schools has been a vital tool in my + education. Appreciate you guys a lot


+

From Africa - 23 July + 2025

+
-
-

Thank you, W3Schools. Amitkumar from India


-

- 17 July 2025

-
+
+

Thank you, W3Schools. Amitkumar from + India


+

- 17 July 2025

+
- -
-

Thank you, W3Schools. Chetté 1X by Thierry


-

- From Abidjan, Ivory Coast, 03 June 2025

-
+ +
+

Thank you, W3Schools. Chetté 1X by + Thierry


+

- From Abidjan, Ivory + Coast, 03 June 2025

+
- -
-
-

Dear w3schools,

-

This was my first W3 Schools tutorial. Can't wait to do more. Thanks ! -
Tommy Joe Barnes from Dover, New Hampshire, USA.

-
-
+ +
+
+

Dear w3schools,

+

This was my first W3 Schools tutorial. Can't wait to do more. + Thanks ! +
Tommy Joe Barnes from Dover, New Hampshire, USA. +

+
+
- -
-
-

Thank You, W3Schools!

-

+ +

+
+

Thank You, W3Schools!

+

wishing W3school's team a happy life -

-
-
+

+
+
- + @@ -173,54 +205,134 @@

Thank You, W3Schools!

opacity: 0; transform: translateY(40px); } + to { opacity: 1; transform: translateY(0); } } + @keyframes arjunDarkGlow { - 0%, 100% { + + 0%, + 100% { box-shadow: 0 0 20px rgba(0, 255, 255, 0.3), 0 0 40px rgba(0, 255, 255, 0.1); } - 50% { + + 50% { box-shadow: 0 0 30px rgba(0, 255, 255, 0.5), 0 0 60px rgba(0, 255, 255, 0.2); } } + @keyframes arjunTextGlow { - 0%, 100% { text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); } - 50% { text-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.4); } + + 0%, + 100% { + text-shadow: 0 0 10px rgba(0, 255, 255, 0.5); + } + + 50% { + text-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.4); + } } + @keyframes arjunSlideIn { - from { transform: translateX(-100px); opacity: 0; } - to { transform: translateX(0); opacity: 1; } + from { + transform: translateX(-100px); + opacity: 0; + } + + to { + transform: translateX(0); + opacity: 1; + } } + @keyframes arjunMatrixRain { - 0% { transform: translateY(-100%); opacity: 1; } - 100% { transform: translateY(100%); opacity: 0; } + 0% { + transform: translateY(-100%); + opacity: 1; + } + + 100% { + transform: translateY(100%); + opacity: 0; + } } + @keyframes arjunFloatingParticles { - 0% { transform: translateY(0px) translateX(0px); opacity: 0.3; } - 50% { transform: translateY(-20px) translateX(10px); opacity: 0.7; } - 100% { transform: translateY(-40px) translateX(-5px); opacity: 0; } + 0% { + transform: translateY(0px) translateX(0px); + opacity: 0.3; + } + + 50% { + transform: translateY(-20px) translateX(10px); + opacity: 0.7; + } + + 100% { + transform: translateY(-40px) translateX(-5px); + opacity: 0; + } } + @keyframes arjunFloatingParticles2 { - 0% { transform: translateY(0px) translateX(0px) scale(0.5); opacity: 0.2; } - 50% { transform: translateY(-30px) translateX(-10px) scale(1.2); opacity: 0.8; } - 100% { transform: translateY(-60px) translateX(5px) scale(0.3); opacity: 0; } + 0% { + transform: translateY(0px) translateX(0px) scale(0.5); + opacity: 0.2; + } + + 50% { + transform: translateY(-30px) translateX(-10px) scale(1.2); + opacity: 0.8; + } + + 100% { + transform: translateY(-60px) translateX(5px) scale(0.3); + opacity: 0; + } } + @keyframes arjunFloatingParticles3 { - 0% { transform: translateY(0px) translateX(0px) rotate(0deg); opacity: 0.4; } - 50% { transform: translateY(-25px) translateX(15px) rotate(180deg); opacity: 0.9; } - 100% { transform: translateY(-50px) translateX(-10px) rotate(360deg); opacity: 0; } + 0% { + transform: translateY(0px) translateX(0px) rotate(0deg); + opacity: 0.4; + } + + 50% { + transform: translateY(-25px) translateX(15px) rotate(180deg); + opacity: 0.9; + } + + 100% { + transform: translateY(-50px) translateX(-10px) rotate(360deg); + opacity: 0; + } } + @keyframes arjunGridMove { - 0% { transform: translate(0, 0); } - 100% { transform: translate(-50px, -50px); } + 0% { + transform: translate(0, 0); + } + + 100% { + transform: translate(-50px, -50px); + } } + @keyframes arjunWaveEffect { - 0%, 100% { transform: translateX(0); } - 50% { transform: translateX(20px); } + + 0%, + 100% { + transform: translateX(0); + } + + 50% { + transform: translateX(20px); + } } + .arjun-dark-container { margin: 40px 0; width: 100%; @@ -237,6 +349,7 @@

Thank You, W3Schools!

backdrop-filter: blur(10px); min-height: 300px; } + .arjun-dark-container::before { content: ''; position: absolute; @@ -247,10 +360,12 @@

Thank You, W3Schools!

background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent); animation: arjunSlideIn 2s ease-out 0.5s; } + .arjun-dark-container:hover { transform: scale(1.01); transition: transform 0.3s ease; } + .arjun-animated-bg { position: absolute; top: 0; @@ -260,6 +375,7 @@

Thank You, W3Schools!

z-index: -1; overflow: hidden; } + .arjun-matrix-rain { position: absolute; color: #00ff00; @@ -268,12 +384,37 @@

Thank You, W3Schools!

opacity: 0.3; animation: arjunMatrixRain 8s linear infinite; } - .arjun-matrix-rain:nth-child(1) { left: 10%; animation-delay: 0s; } - .arjun-matrix-rain:nth-child(2) { left: 25%; animation-delay: 1s; } - .arjun-matrix-rain:nth-child(3) { left: 40%; animation-delay: 2s; } - .arjun-matrix-rain:nth-child(4) { left: 55%; animation-delay: 3s; } - .arjun-matrix-rain:nth-child(5) { left: 70%; animation-delay: 4s; } - .arjun-matrix-rain:nth-child(6) { left: 85%; animation-delay: 5s; } + + .arjun-matrix-rain:nth-child(1) { + left: 10%; + animation-delay: 0s; + } + + .arjun-matrix-rain:nth-child(2) { + left: 25%; + animation-delay: 1s; + } + + .arjun-matrix-rain:nth-child(3) { + left: 40%; + animation-delay: 2s; + } + + .arjun-matrix-rain:nth-child(4) { + left: 55%; + animation-delay: 3s; + } + + .arjun-matrix-rain:nth-child(5) { + left: 70%; + animation-delay: 4s; + } + + .arjun-matrix-rain:nth-child(6) { + left: 85%; + animation-delay: 5s; + } + .arjun-floating-particles { position: absolute; width: 4px; @@ -282,49 +423,143 @@

Thank You, W3Schools!

border-radius: 50%; animation: arjunFloatingParticles 6s ease-in-out infinite; } + .arjun-floating-particles.small { width: 2px; height: 2px; background: #00ff88; animation: arjunFloatingParticles2 8s ease-in-out infinite; } + .arjun-floating-particles.medium { width: 6px; height: 6px; background: #88ffff; animation: arjunFloatingParticles3 7s ease-in-out infinite; } - .arjun-floating-particles:nth-child(7) { left: 20%; top: 80%; animation-delay: 0s; } - .arjun-floating-particles:nth-child(8) { left: 60%; top: 70%; animation-delay: 2s; } - .arjun-floating-particles:nth-child(9) { left: 80%; top: 85%; animation-delay: 4s; } - .arjun-floating-particles:nth-child(10) { left: 15%; top: 60%; animation-delay: 1s; } - .arjun-floating-particles:nth-child(11) { left: 35%; top: 90%; animation-delay: 3s; } - .arjun-floating-particles:nth-child(12) { left: 75%; top: 55%; animation-delay: 5s; } - .arjun-floating-particles:nth-child(13) { left: 45%; top: 75%; animation-delay: 0.5s; } - .arjun-floating-particles:nth-child(14) { left: 65%; top: 95%; animation-delay: 2.5s; } - .arjun-floating-particles:nth-child(15) { left: 85%; top: 65%; animation-delay: 4.5s; } - .arjun-floating-particles:nth-child(16) { left: 5%; top: 85%; animation-delay: 1.5s; } - .arjun-floating-particles:nth-child(17) { left: 25%; top: 50%; animation-delay: 3.5s; } - .arjun-floating-particles:nth-child(18) { left: 55%; top: 80%; animation-delay: 6s; } - .arjun-floating-particles:nth-child(19) { left: 90%; top: 75%; animation-delay: 0.8s; } - .arjun-floating-particles:nth-child(20) { left: 12%; top: 65%; animation-delay: 2.8s; } - .arjun-floating-particles:nth-child(21) { left: 72%; top: 45%; animation-delay: 4.8s; } - .arjun-floating-particles:nth-child(22) { left: 38%; top: 60%; animation-delay: 1.2s; } - .arjun-floating-particles:nth-child(23) { left: 82%; top: 90%; animation-delay: 3.2s; } - .arjun-floating-particles:nth-child(24) { left: 52%; top: 40%; animation-delay: 5.2s; } + + .arjun-floating-particles:nth-child(7) { + left: 20%; + top: 80%; + animation-delay: 0s; + } + + .arjun-floating-particles:nth-child(8) { + left: 60%; + top: 70%; + animation-delay: 2s; + } + + .arjun-floating-particles:nth-child(9) { + left: 80%; + top: 85%; + animation-delay: 4s; + } + + .arjun-floating-particles:nth-child(10) { + left: 15%; + top: 60%; + animation-delay: 1s; + } + + .arjun-floating-particles:nth-child(11) { + left: 35%; + top: 90%; + animation-delay: 3s; + } + + .arjun-floating-particles:nth-child(12) { + left: 75%; + top: 55%; + animation-delay: 5s; + } + + .arjun-floating-particles:nth-child(13) { + left: 45%; + top: 75%; + animation-delay: 0.5s; + } + + .arjun-floating-particles:nth-child(14) { + left: 65%; + top: 95%; + animation-delay: 2.5s; + } + + .arjun-floating-particles:nth-child(15) { + left: 85%; + top: 65%; + animation-delay: 4.5s; + } + + .arjun-floating-particles:nth-child(16) { + left: 5%; + top: 85%; + animation-delay: 1.5s; + } + + .arjun-floating-particles:nth-child(17) { + left: 25%; + top: 50%; + animation-delay: 3.5s; + } + + .arjun-floating-particles:nth-child(18) { + left: 55%; + top: 80%; + animation-delay: 6s; + } + + .arjun-floating-particles:nth-child(19) { + left: 90%; + top: 75%; + animation-delay: 0.8s; + } + + .arjun-floating-particles:nth-child(20) { + left: 12%; + top: 65%; + animation-delay: 2.8s; + } + + .arjun-floating-particles:nth-child(21) { + left: 72%; + top: 45%; + animation-delay: 4.8s; + } + + .arjun-floating-particles:nth-child(22) { + left: 38%; + top: 60%; + animation-delay: 1.2s; + } + + .arjun-floating-particles:nth-child(23) { + left: 82%; + top: 90%; + animation-delay: 3.2s; + } + + .arjun-floating-particles:nth-child(24) { + left: 52%; + top: 40%; + animation-delay: 5.2s; + } + .arjun-grid-bg { position: absolute; top: 0; left: 0; width: 120%; height: 120%; - background-image: + background-image: linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px); background-size: 50px 50px; animation: arjunGridMove 20s linear infinite; opacity: 0.3; } + .arjun-dark-title { font-size: 3em; font-weight: bold; @@ -336,6 +571,7 @@

Thank You, W3Schools!

z-index: 10; position: relative; } + .arjun-dark-content { font-size: 1.3em; line-height: 1.8; @@ -352,6 +588,7 @@

Thank You, W3Schools!

position: relative; animation: arjunWaveEffect 4s ease-in-out infinite; } + .arjun-terminal-prompt { color: #00ff00; font-family: 'Courier New', monospace; @@ -393,732 +630,793 @@

github.com/arjunbalu1

-
-
-

Dear w3schools,

-

Git is Awesome! LOVE these tutorials!!
From BD

-
-
- - +
+
+

Dear w3schools,

+

Git is Awesome! LOVE these tutorials!!
From BD

+
+
+ + -
-
-

Dear w3schools,

-

Git is so cool! LOVE these tutorials!!
From sss122

-
-
- +
+
+

Dear w3schools,

+

Git is so cool! LOVE these tutorials!!
From sss122

+
+
+ - -
-
-

Dear w3schools,

-

🌟 A Heartfelt Thank You! + +

+
+

Dear w3schools,

+

🌟 A Heartfelt Thank You! -I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear explanations and thoughtful examples have been a game-changer for me—thank you for making complex topics so approachable! + I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear + explanations and thoughtful examples have been a game-changer for me—thank you for making + complex topics so approachable! -Keep up the amazing work! 👏 + Keep up the amazing work! 👏 + + —
Bob sending gratitude from Cal.

+
+
+ -—
Bob sending gratitude from Cal.

-
-
- - -
-
-

Dear w3schools,

-

- Thank you for the great tutorials 😊👍👍
- Regards,
- Angel from the sunny Florida 🌞

-
-
- - - -

Hello from Ukraine!

- - - -

Thanks W3S from foetus (Italy). grazie ;)...

-

... ancora non conosco html

- - - -
-
-

Dear w3schools,

-

Thank you for the tutorials !.

-

From France.

-
-
+
+
+

Dear w3schools,

+

+ Thank you for the great tutorials 😊👍👍
+ Regards,
+ Angel from the sunny Florida 🌞

+
+
+ - -
-
-

Dear w3schools,

-

🌟 A Heartfelt Thank You! + +

Hello from Ukraine!

+ -I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear explanations and thoughtful examples have been a game-changer for me—thank you for making complex topics so approachable! + +

Thanks W3S from foetus (Italy). grazie ;)...

+

... ancora non conosco html

+ + + +
+
+

Dear w3schools,

+

Thank you for the tutorials !.

+

From France.

+
+
-Keep up the amazing work! 👏 + +
+
+

Dear w3schools,

+

🌟 A Heartfelt Thank You! -—
Daniel Gautier sending gratitude from Germany 🇩🇪 .

-
-
- - + I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear + explanations and thoughtful examples have been a game-changer for me—thank you for making + complex topics so approachable! - -
-
-

Dear w3schools,

-

🌟 A Heartfelt Thank You! + Keep up the amazing work! 👏 -I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear explanations and thoughtful examples have been a game-changer for me—thank you for making complex topics so approachable! + —
Daniel Gautier sending gratitude from Germany 🇩🇪 .

+
+
+ + -Keep up the amazing work! 👏 + +
+
+

Dear w3schools,

+

🌟 A Heartfelt Thank You! -—
Mustafa Akdemir sending gratitude from Turkey.

-
-
- + I just wanted to drop a note to say how much I appreciate your incredible tutorials. Your clear + explanations and thoughtful examples have been a game-changer for me—thank you for making + complex topics so approachable! + Keep up the amazing work! 👏 -
-

🌟 Dear w3schools, 🌟


-

Thank you for this amazing tutorial I am really sure that I enjoyed taking this course.

-

🌟 Jean D Amour From Rwanda

+ —
Mustafa Akdemir sending gratitude from Turkey.

- - - -
-
-

Dear w3schools,

-

Thank you for the many tutorials! I exercised some old skills and learned quite a lot of new stuff.

-

From Montreal, Quebec, Canada.

-
-
- - -
-
-

Dear w3schools,

-

Thank you very much for explaining complex topics easier to us

-

From Pavithra, India.

-
-
+
+ - -
-
-

Dear w3schools,

-

Thank you for the excellent tutorials! Full awe for this page who changes lifes.
From Brazil.

-
-
- - - -
+ +
+

🌟 Dear w3schools, 🌟


+

Thank you for this + amazing tutorial I am really sure that I enjoyed taking this course.

+

🌟 Jean D Amour From Rwanda

+
+ + + +
-

Dear w3schools,

-

Thank you for bringing my coding to the next level and for teaching me git! - Bill

-

+

Dear w3schools,

+

Thank you for the many tutorials! I exercised some old skills and + learned quite a lot of new stuff.

+

From Montreal, Quebec, Canada.

-
+
-

Thanks! testing Fork!

+ +
+
+

Dear w3schools,

+

Thank you very much for explaining complex topics easier to us

+

From Pavithra, India.

+
+
- -
-
-

Dear w3schools,

-

Thank you for this tutorial and all your work!

-

Regards Mbarek

-

-
+ +
+
+

Dear w3schools,

+

Thank you for the excellent tutorials! Full awe for this page who + changes lifes.
From Brazil.

+
+
+ + + +
+
+

Dear w3schools,

+

Thank you for bringing my coding to the next level and for teaching me git! - Bill

+

- - - -

- Thanks to W3Schools Git Tutorial for the learning resource. -

- - - -
-

🌟 Thank you, W3Schools! 🌟

-

- Nethranand, 10 April 2025

+
+ +

Thanks! testing Fork!

+ + +
+
+

Dear w3schools,

+

Thank you for this tutorial and all your work!

+

Regards Mbarek +

+

- +
+ + + +

+ Thanks to W3Schools Git Tutorial for the + learning resource. +

+ + + +
+

🌟 Thank you, W3Schools! 🌟

+

- Nethranand, 10 April + 2025

+
+ - -
-
-

Thank You, W3Schools!

-

+ +

+
+

Thank You, W3Schools!

+

From the first HTML tag to building fullstack applications,
- W3Schools has been my guide from scratch to becoming a Fullstack Instructor.

- I am Abdulkadir Akmel from Ethiopia 🇪🇹, and I am truly grateful.

+ W3Schools has been my guide from scratch to becoming a Fullstack + Instructor.

+ I am Abdulkadir Akmel from Ethiopia 🇪🇹, and I am truly + grateful.

Keep inspiring the world! -

-
-
- +

+
+
- -
-
-

Zachariah Agbenorto

-

Hello to all the members of W3Schools who work tirelessly to provide the finest learning platform for people all over the world. You've done a very great job.
Thank you all!

-
-
- -
-

"Jawa tidaklah seburuk itu"

-

@faris_sajhaa

+ +
+
+

Zachariah Agbenorto

+

Hello to all the members of W3Schools who work tirelessly to + provide the finest learning platform for people all over the world. You've done a very great + job.
Thank you + all!

- - - -
-
- -

Dear W3Schools,

-

An amazing tutorial and so with all other tutorials!

-

Thank you from Ecuador,

-

- Gabriel Ambrosini

-
+
+ + +
+

"Jawa tidaklah seburuk itu"

+

@faris_sajhaa

+
+ + + +
+
+ +

Dear W3Schools,

+

An amazing tutorial and so with all other tutorials!

+

Thank you from Ecuador,

+

- Gabriel + Ambrosini

- - - -
+
+ + + +
-

Dear w3schools,

-

Thank you for the excellent tutorials!

-

-
-
- - - -
-
-

Dear w3schools,

-

Thank you for this tutorial and all you work! You doing a great job!

-

Regards EfratA

-

-
+

Dear w3schools,

+

Thank you for the excellent tutorials!

+

- +
+ - -
-
-

Thanks for the great, accessible tutorials! From Cambridge, England

-

-
+ +
+
+

Dear w3schools,

+

Thank you for this tutorial and all you work! You doing a great job!

+

Regards EfratA +

+

- +
+ - -
-
-

Thanks! it really help

-

-
+ +
+
+

Thanks for the great, accessible tutorials! From Cambridge, England

+

- - - -
-

Thank You, W3Schools!

-

- This tutorial has been incredibly helpful in learning Git and GitHub. Keep up the amazing work! -

-

- Regards, David Alves from Brazil

- "I am the way, the truth and the life" (John 14:6) +
+ + + +
+
+

Thanks! it really help

+

- - - -
-
-

Dear w3schools,

-

Thank you for this tutorial and all you work! You doing a great job!

-

Regards jai2fb

-

-
+
+ + + +
+

Thank You, + W3Schools!

+

+ This tutorial has been incredibly helpful in learning Git and GitHub. Keep up the amazing work! +

+

- Regards, + David Alves from Brazil

+ "I am the way, the truth and the life" (John 14:6) +
+ + + +
+
+

Dear w3schools,

+

Thank you for this tutorial and all you work! You doing a great job!

+

Regards jai2fb +

+

- - -
-
-

Dear w3schools,

-

Thank you for this tutorial and all you work! You doing a great job!

-

Regards EfratA

-

-
+
+ + +
+
+

Dear w3schools,

+

Thank you for this tutorial and all you work! You doing a great job!

+

Regards EfratA +

+

- - - -
-
-

Dear w3schools,

-

Thank you for this tutorial and all you work! You doing a great job!

-

-
+
+ + + +
+
+

Dear w3schools,

+

Thank you for this tutorial and all you work! You doing a great job!

+

- +
+ - -
-
-

Hello, Everyone!

-
-
-

Greetings by Hashan Athurugiriya from Sri Lanka 🇱🇰

-
- Avatar -

Thank you w3school for sharing this great knowledge. Learned so much from you, and helped with my coding skills a lot.

-
+ +
+
+

Hello, Everyone!

+
+
+

Greetings by Hashan Athurugiriya from Sri Lanka 🇱🇰

+
+ Avatar +

Thank you w3school for sharing this great knowledge. Learned so much from you, and helped with my + coding skills a lot.

- +
+ - -
-
-

Thank you for wonderful tutorial

-

+ +

+
+

Thank you for wonderful tutorial

+

/p> -

- - - -
-
-

Dear W3Schools Founders, Developers, and Tutors,

-

Thank you for saving lives all these years. Your efforts have a special place up above.

-

Regards, +

+ + + +
+
+

Dear W3Schools Founders, Developers, and Tutors,

+

Thank you for saving lives all these years. Your efforts have a special place up above.

+

Regards, Muiruri from Kenya. -

-
-
- - - -
-

Hellow World!!

-

Sauti Was Here.

+

- +
+ - -
-

- "Make it as simple as possible, but not simpler."

-

Albert Einstein

+ +
+

Hellow World!!

+

Sauti Was Here.

+
+ + + +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+ + + +
+
+

Dear W3Schools,

+

Thank you for this tutorial and the many other tutorials you provide! Great job!

+

Sincerely, +

+

Theon

+

- - - -
-
-

Dear W3Schools,

-

Thank you for this tutorial and the many other tutorials you provide! Great job!

-

Sincerely,

-

Theon

-

-
+
+ + + +
+
+

Dear w3schools,

+

Bella raga, gran figata ciao.

+

From Ferrara, Emilia-Romagna, Italia.

- - - -
-
-

Dear w3schools,

-

Bella raga, gran figata ciao.

-

From Ferrara, Emilia-Romagna, Italia.

-
+
+ + + +
+
+

Dear W3Schools,

+

Thank you for this tutorial and the many other tutorials you provide! Great job!

+

Sincerely, +

+

Theon

+

- - - -
-
-

Dear W3Schools,

-

Thank you for this tutorial and the many other tutorials you provide! Great job!

-

Sincerely,

-

Theon

-

-
-
- - - -
-
-
-
-

- From Ukraine with peace! -

-
-
-

- Greetings from Odesa 👌 -

-

Peaceful sky to all of us

+
+ + + +
+
+
+
+

+ From Ukraine with peace! +

+
+
+

+ Greetings from Odesa 👌 +

+

Peaceful sky to all of us

+
-
- - - - - -
-

- Hello from the UK

-

- Thanks to W3Schools for the amazing tutorials

-
- message from IcyJuicyBob (05/03/2025) -
-
- > + .flip-card-back-DLL { + position: absolute; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border: ridge 2px #f3431c; + border-radius: 2rem; + background: #fff; + color: blue; + box-shadow: 2px 10px 50px 10px blue; + backface-visibility: hidden; + transform: rotateX(-180deg); + } + .flip-card-back-DLL-h1 { + font-family: 'Roboto', sans-serif; + font-size: 22px; + background-color: yellow; + color: lightblue; + padding: 0.5rem 1rem; + border: 0.25rem solid blue; + box-shadow: 5px 5px 50px 10px blue; + border-radius: 8px; + margin: 0 0 0.5rem 0; + } -
-

- Keep up the good work, you are a great source of inspiration and knowledge.

-
-

Kind regards from Ivica

-

Sabac, Republic of Serbia

-
+ .flip-card-front-DLL { + position: absolute; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border: 1px solid black; + border-radius: 1rem; + background: linear-gradient(to bottom, blue, yellow) !important; + color: #000000; + box-shadow: -2px 10px 50px 10px black; + backface-visibility: hidden; + } + + .flip-card-front-DLL-h1 { + font-family: 'Roboto', sans-serif; + font-size: 22px; + background-color: rgba(0, 0, 255, 0.7); + color: yellow; + padding: 0.5rem 1rem; + margin: 40px; + border: 0.25rem double black; + box-shadow: 15px 10px 40px 10px white; + border-radius: 100px; + } + + .container-DLL { + display: flex; + margin: 2rem 0.5rem; + justify-content: center; + gap: 1rem; + flex-wrap: wrap; + } + + + + + +
+

+ Hello from the UK

+

+ Thanks to W3Schools for the amazing tutorials

+
+ message from IcyJuicyBob (05/03/2025)
-
-

- El conocimiento compartido es el patrimonio de los que construyen el futuro.

-
-

Omar B. Ramírez

-

Purén, Chile (El mejor pais de Chile)

-
+
+ > + + +
+

+ Keep up the good work, you are a great source of inspiration and knowledge.

+
+

Kind regards from Ivica

+

Sabac, Republic of Serbia

+
+
+

+ El conocimiento compartido es el patrimonio de los que construyen el futuro.

+
+

Omar B. Ramírez

+

Purén, Chile (El mejor pais de + Chile)

+
+
- -

-
-

- Supers cours sur w3schools, un grand merci !

-
- Meilleurs pensées de
Nouvelle-Calédonie -
+ +

+
+

+ Supers cours sur w3schools, un grand merci !

+
+ Meilleurs pensées de
Nouvelle-Calédonie
- - - -

First JavaScript

- -

- - - -
-

- "May your all wishes come true!" -

-

Krunal

-
+
+ + + +

First JavaScript

+ +

+ + + +
+

+ "May your all wishes come true!" +

+

Krunal

+

- - Thank you for years of accessible tutorials!

+ + Thank you for years of accessible tutorials! +

- - Hi from Barcelona! Thank you for the tutorial!

+ + Hi from Barcelona! Thank you for the tutorial! +

- Skilled full-stack software developer proficient in core technologies like HTML, CSS, JavaScript, and Python. Well-versed in modern frameworks such as React, Flask, and Node.js, with a focus on secure and efficient database architectures using MySQL, MongoDB, and Postgres. Experienced in deploying and maintaining applications on platforms like Vercel and Render. Strong problem-solving abilities and a commitment to delivering high-quality software solutions. Effective communicator and collaborator with a passion for continuous learning and contributing to cutting-edge projects in a dynamic team environment. + Skilled full-stack software developer proficient in core technologies like HTML, CSS, JavaScript, + and Python. Well-versed in modern frameworks such as React, Flask, and Node.js, with a focus on + secure and efficient database architectures using MySQL, MongoDB, and Postgres. Experienced in + deploying and maintaining applications on platforms like Vercel and Render. Strong problem-solving + abilities and a commitment to delivering high-quality software solutions. Effective communicator and + collaborator with a passion for continuous learning and contributing to cutting-edge projects in a + dynamic team environment.

- - + + + + +
+

"No mud, no lotus." - Thich Nhat Hanh"

+
I grow in mud! +
+
+ + +

Finally, I have figured out how fork works. I am very happy!

+ + + + + +
+

Thank you so much W3Schools for this Amazing Git + and GitHub Tutorial where I learned so many things.

+

--SUJITH CHOWDARY

+
+ - -
-

"No mud, no lotus." - Thich Nhat Hanh"

-
I grow in mud! -
-
- - -

Finally, I have figured out how fork works. I am very happy!

- - - - - -
-

Thank you so much W3Schools for this Amazing Git and GitHub Tutorial where I learned so many things.

-

--SUJITH CHOWDARY

-
- -

I'm stucking here, but it seems ok...

- -

Thank you!

-

Hello from ZA.

- -

Thank you w3schools for the tutorial

- - - - -
-
-
-
-

- U talking to me? -

-

hovering flips

-
-
-

- Josep Méndez 👋 -

-

Palma de Mallorca / SPAIN

-

2025-02-04

-
+ +

Thank you!

+

Hello from ZA.

+ +

Thank you w3schools for the tutorial

+ + + + +
+
+
+
+

+ U talking to me? +

+

hovering flips

+
+
+

+ Josep Méndez 👋 +

+

Palma de Mallorca / SPAIN

+

2025-02-04

+
- - + .flip-card-front-DL-h1 { + font-family: 'Roboto', sans-serif; + font-size: 22px; + background-color: #000000; + color: #ff8c00; + padding: 0.5rem 1rem; + margin: 40px; + border: 0.25rem solid #ff8c00; + box-shadow: 10px 10px 50px 10px blue; + border-radius: 8px; + } - -
-

I want to thank our mothers for taking care of us.
And also W3S for allowing us to learn new skills for free.

Remember that the road called “tomorrow” leads to a city called “never”

.-. . ..-. .-. .- --.. .----

-
Hello from Ukraine
-
- + .container-DL { + display: flex; + margin: 2rem 0.5rem; + justify-content: center; + gap: 1rem; + flex-wrap: wrap; + } + + + + +
+

I want to thank our mothers for taking care of us.
And + also W3S for allowing us to learn new skills for free.

Remember that the road called + “tomorrow” leads to a city called “never”

.-. . ..-. .-. .- --.. .----

+

+
Hello from Ukraine
+
+ - -
-

thank you W3S, this tutorial has been paramount to my understanding of Git.

-
- - - -
-

- A Huge Thank You to W3 Schools!

- Keep shining, and keep teaching the world!

-

-
- A grateful coder
-
- + +
+

thank you W3S, this tutorial has been paramount to my understanding + of Git.

+
+ + + +
+

+ A Huge Thank You to W3 Schools!

+ Keep shining, and keep teaching the world!

+

+
- A grateful coder
+
+ -
+
-
+

- A big thank you to W3Schools for the invaluable resources, + A big thank you to W3Schools for the invaluable resources, and to the creator of this brilliant card flip idea! from Niger, "Mun gode" ! - +

Survoler pour retourner

@@ -1133,19 +1431,20 @@

-
+
- -
-

- Thank you for this! Preciate.

- Keep being the best and inspiring us!

-

-
- Just a guy that codes
-
- + +
+

+ Thank you for this! Preciate.

+ Keep being the best and inspiring us!

+

+
- Just a guy that codes
+
+ - + - -
-
-
-
-

- Thank you W3 schools for the great resources, - and also whoever came up with this card flip idea -

-

Hover to flip

-
-
-

- Logan 👌 -

-

Indiana / US

-

01-22-2025

-
+ +
+
+
+
+

+ Thank you W3 schools for the great resources, + and also whoever came up with this card flip idea +

+

Hover to flip

+
+
+

+ Logan 👌 +

+

Indiana / US

+

01-22-2025

+
- - - - -
-
-
-
-

- Thanks for all various courses of W3S !!! -

-

hovering flips

-
-
-

- Dariusz Larsen 👍 -

-

Warsaw / POLAND

-

2025-01-16

-
+ .container-DL { + display: flex; + margin: 2rem 0.5rem; + justify-content: center; + gap: 1rem; + flex-wrap: wrap; + } + + + + +
+
+
+
+

+ Thanks for all various courses of W3S !!! +

+

hovering flips

+
+
+

+ Dariusz Larsen 👍 +

+

Warsaw / POLAND

+

2025-01-16

+
- - - -
-
-
-
-

- Thank you W3 schools for the great resources just started learning yesterday - im kinda getting it now, - and also whoever came up with this card flip idea!!! -

-

Hover to flip

-
-
-

- Logan 👌 -

-

Philippines

-

01-30-2025

-
+ .container-DL { + display: flex; + margin: 2rem 0.5rem; + justify-content: center; + gap: 1rem; + flex-wrap: wrap; + } + + + +
+
+
+
+

+ Thank you W3 schools for the great resources just started learning yesterday + im kinda getting it now, + and also whoever came up with this card flip idea!!! +

+

Hover to flip

+
+
+

+ Logan 👌 +

+

Philippines

+

01-30-2025

+
- - - - -

Hi, This is Anuj

-

Soon, going to be a developer

-

Hope the transition from Competitive Programmer to a developer will be smooth and amazing.

- - -

Thank you!

-

Hello from Lithuania 2025-Jan-22

- -

Thank you!

-

Hello from NYC where congestion pricing is now in effect!

- - -

Thank you, W3Schools

-

Hello from Nairobi, Kenya

+ .flip-card-front-DL { + position: absolute; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border: 1px solid #f3431c; + border-radius: 1rem; + background: #f3431c; + color: #000000; + box-shadow: -2px 10px 50px 10px black; + backface-visibility: hidden; + } + .flip-card-front-DL-h1 { + font-family: 'Roboto', sans-serif; + font-size: 22px; + background-color: #000000; + color: #5c9ef5; + padding: 0.5rem 1rem; + margin: 40px; + border: 0.25rem solid #5c9ef5; + box-shadow: 10px 10px 50px 10px blue; + border-radius: 8px; + } - + - + +

Hi, This is Anuj

+

Soon, going to be a developer

+

Hope the transition from Competitive Programmer to a developer will be smooth and amazing.

+ - - - -

Thank you!

-

Hello from LV.

- - +

Thank you!

+

Hello from Lithuania 2025-Jan-22 +

- -

Thank you!

-

Greetings from Sweden/Stockholm! Thank you so much for providing a great resource!

-

Kind Regards

-

Dejan Marlovic

- - - -

Thank you!

-

Hello from India😀

- - -

W3 thank u guys for your resources!

-

I'm from Colombia. I'm learning how to code with Python on your Website, getting into Git&GitHub, and SQL as well.

-

I'm aiming to become a Back-End Developer. I'll get there! So thanks for your help!

- - - -

W3, thanks for great tutorial

-

Happy to learn and get better using these platform

-

Ukraine/Amsterdam

+

Thank you!

+

Hello from NYC where congestion pricing is now in effect! +

+ +

Thank you, W3Schools

+

Hello from Nairobi, Kenya

- -

I LOVE W3SCHOOLS!

-

I just started my full stack developer journey and thanks to w3schools i am on my way to making the career switch because i am gaining all the skills i need.

-

Please keep up the good work, we love it!

- - - -

W3, thanks for tutorial

-

It's been much appreciated.

-

Regards, Ibim

- - - -
- -
-

Hello from Iran

-
- -
-

Thank's a lot for efforts!

-
- -
-

Amirreza Karimian

-
-
- - -

Thanks for the tutorial.

- - - -

Amazing tutorial, I appreciate it.

-

Best Regards, Janne

- - - -

Amazing Stuff W3School, I enjoyed working on Git and Github. You guys made it happen.

-

Keep up the good job.

-

Love from Nigeria.

-

Micheal Avackaa

- - - -
-

- - "Thank you W3Schools for the amazing Git tutorial!" -

-

skyneon1

+ + + + + +

Thank you!

+

Hello from LV.

+ + + + +

Thank you!

+

Greetings from Sweden/Stockholm! Thank you so much for providing a great resource!

+

Kind Regards

+

Dejan Marlovic

+ + + +

Thank you!

+

Hello from India😀

+ + +

W3 thank u guys for your resources!

+

I'm from Colombia. I'm learning how to code with Python on your Website, getting into Git&GitHub, and SQL + as well. +

+

I'm aiming to become a Back-End Developer. I'll get there! So thanks for your help!

+ + + +

W3, thanks for great tutorial

+

Happy to learn and get better using these platform

+

Ukraine/Amsterdam

+ + + +

I LOVE W3SCHOOLS!

+

I just started my full stack developer journey and thanks to w3schools i am on my way to making the + career switch because i am gaining all the skills i need.

+

Please keep up the good work, we love it!

+ + + +

W3, thanks for tutorial

+

It's been much appreciated.

+

Regards, Ibim

+ + + +
+ +
+

Hello from Iran

+
+ +
+

Thank's a lot for efforts!

- + +
+

Amirreza Karimian

+
+
+ + + +

Thanks for the tutorial.

+ + + +

Amazing tutorial, I appreciate it.

+

Best Regards, Janne

+ + + +

Amazing Stuff W3School, I enjoyed working on Git and Github. You guys made it happen.

+

Keep up the good job.

+

Love from Nigeria.

+

Micheal Avackaa

+ + + +
+

+ + "Thank you W3Schools for the amazing Git tutorial!" +

+

skyneon1

+
+ - -
-

Thank you so much w3schools! , thanks to your immense resources I have been able to learn a lot

+ +
+

Thank you so much w3schools! , thanks to your immense + resources I have been able to learn a lot

- Ernest (A)
-
- -
+
+ +
-

Real madrid is winning the 24/25 Laliga and UCL

+
+

+ Real madrid is winning the 24/25 Laliga and UCL +

+
-
- - -

Arsenal Will win the premier league. Gunners!

- - - -
-
- -
- -
+
+ + +

Arsenal Will win the premier league. Gunners!

+ + + +
+
+ +
+ +

- Ernest (A)< border-radius: 8px; margin: 0 0 0.5rem 0; "> - THANK YOU / - TERIMA KASIH - W3!! 👏 -

-

For Git Tutorial 👍

-

hover to flip

-
+ THANK YOU / + TERIMA KASIH + W3!! 👏 + +

For Git Tutorial 👍

+

hover to flip

+
-
+

- Ernest (A)< border-radius: 8px; margin: 0 0 0.5rem 0; "> - Raymond Surin 👋 -

-

from MALAYSIA

-

Developed on Monday 2024/12/23

+ Raymond Surin 👋 + +

from MALAYSIA

+

Developed on Monday 2024/12/23

+
-
- - - - - - -
-
-
-

THANK YOU W3!!

-

For Git Tutorial

-

Hover to see me

-
-
-

VENKATA SAGAR

-

FROM INDIA

-
+ + + + + + +
+
+
+

+ THANK YOU W3!! +

+

For Git Tutorial

+

Hover to see me

+
+
+

+ VENKATA SAGAR

+

FROM INDIA

- - - - - -
-

- - Emmanuel (from the streets of Abuja, Nigeria) was here and is compelled to express he's gratitude to w3schools.com through a virtual kiss for this - wonderful opportunities to learn git and github effectively. Thanks! [CHEERS]

-
- - - -

HI EVERYONE, IM KENZORB

- +
+ - -
-

You only live once, but if you do it right, once is enough

-

-- Mae West

-
- - - -
-

- "Thank you for the wonderful introduction to Git and GitHub!"

-

Manh Khai from Vietnam

-
- - - -

Cheers

- - - - -

Thanks for the Tutorial!

- - - - -
+ + + +

- - LePandolfo is here, to record his gratitude with W3.

-
- -

- Rosa says: Let's Git it! + + Emmanuel (from the streets of Abuja, Nigeria) was here and is compelled to express he's gratitude to + w3schools.com through a virtual kiss for this + wonderful opportunities to learn git and github effectively. Thanks! [CHEERS]

- +
+ - - -
+

+ "Thank you for the wonderful introduction to Git and GitHub!" +

+

Manh Khai from Vietnam

+ + + + +

Cheers

+ + + + +

Thanks for the Tutorial!

+ + + + +
+

+ + LePandolfo is here, to record his gratitude with W3. +

+
+ +

+ Rosa says: Let's Git it! +

+ + + + +
-

- Hello World! 👋 -

+ font-size: 22px;"> + Hello World! 👋 + -

- Thank you W3Schools!
-
- I'm grateful for the interactive learning experiences that are provided on the platform.
- This was a great and really helpful tutorial on Git and GitHub! -

+

+ Thank you W3Schools!
+
+ I'm grateful for the interactive learning experiences that are provided on the platform.
+ This was a great and really helpful tutorial on Git and GitHub! +

-
-

- Robert
- from Germany
- 2024-12-06 +

+ Robert
+ from + Germany
+ 2024-12-06

-
- - - +
+ -
-

- "Thank you guys for the wonderful introduction to Git!"

-

Petra

-
+ -
-

Thanks for the tutorial (paedu-77)

-
- - - -

- CrissSerrano from Mexico +

+

+ "Thank you guys for the wonderful introduction to Git!"

- - -

"Hola soy Kevin Martinez :)"

- -

Xin chào!

- -

ARRIBA AMLO

+

Petra

+
-

Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

+
+

Thanks for the tutorial (paedu-77)

+
+ -

HOLAAA ARRIBA LAS AGULAS

+ +

+ CrissSerrano from Mexico +

+ -

Jose Angel

+

"Hola soy Kevin Martinez :)"

-

Hello world from mexico

+

Xin chào!

-

Saludos desde UTEZ 2024

+

ARRIBA AMLO

- -

Thank you w3schools for this nice tutorial !

- +

Holaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +

- -

- "Holaaaaaaa" Gracias. -

- +

HOLAAA ARRIBA LAS AGULAS

- -

- "Human beings are free; it is in this freedom that life finds meaning." Thank you, w3schools! from saeed. -

- -

Mi nombre es Aylin, que viva Black Pink y el creador de este tutorial

+

Jose Angel

+ +

Hello world from mexico

+ +

Saludos desde UTEZ 2024

+ + +

Thank you w3schools for this nice tutorial !

+ + + +

+ "Holaaaaaaa" Gracias. +

+ + + +

+ "Human beings are free; it is in this freedom that life finds meaning." Thank you, w3schools! from + saeed. +

+ +

Mi nombre es Aylin, que viva Black Pink y el creador de este tutorial +

Inserte mi mensaje aquiii

-

- Only love will bring peace among us! Greetings from binyamin hazoom! 💗 😀 💗 +

+ Only love will bring peace among us! Greetings from binyamin hazoom! 💗 😀 💗

- + - salam dari bekasi + salam dari bekasi

Great tutorial w3schools, I learned alot. 27-Nov-24

- +

Thanks for this tutorial, from Tester.

@@ -1916,37 +2245,48 @@

Inserte mi mensaje aquiii

Thanks for this tutorial, from Ghana

- +
-

"A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free. - Arthur Schopenhauer"

-
I am ArthurBYE! +

"A man can be himself only so long as he is alone; and if he does not love solitude, he will not + love freedom; for it is only when he is alone that he is really free. - Arthur Schopenhauer" +

+
I am ArthurBYE!
-

"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOVE SOLITUDE, HE WILL NOT LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER"

-
I AM ARTHURSEE YOU! +

"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOVE SOLITUDE, HE WILL NOT + LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER" +

+
I AM ARTHURSEE YOU!
- +
-

"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOV SOLITUDE, HE WILL NOT LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER"

+

"A MAN CAN BE HIMSELF ONLY SO LONG AS HE IS ALONE; AND IF HE DOES NOT LOV SOLITUDE, HE WILL NOT + LOVE FREEDOM; FOR IT IS ONLY WHEN HE IS ALONE THAT HE IS REALLY FREE. - ARTHUR SCHOPENHAUER" +

I AM ARTHUR

-
BYE!
+
BYE!
- +

- I am immensely grateful to w3schools for teaching me Git! + I am immensely grateful to w3schools + for teaching me Git! Without your resources, managing version control would be a difficult journey. Thanks to you, I now manage my projects confidently, navigating branches and commits like a pro.

@@ -1956,7 +2296,7 @@
-

Greetings from Germany!

+

Greetings from Germany!

@@ -1967,8 +2307,8 @@

- I am from TamilNadu.
- Chennai is the capital of TamilNadu. + I am from TamilNadu.
+ Chennai is the capital of TamilNadu. Welcome Everyone to visit Chennai, atleast once in their lifetime.

@@ -1990,8 +2330,10 @@
-

W3 thank u guys for your resources!

-

I'm ahmed kakachi from morocco. I'm learning how to code with Python on your Website, getting into Git&GitHub, and SQL as well.

+

W3 thank u guys for your resources!

+

I'm ahmed kakachi from morocco. I'm learning how to code with Python on your Website, getting into + Git&GitHub, and SQL as well. +

I'm aiming to become a Back-End Developer. I'll get there! So thanks for your help!

@@ -2046,12 +2388,12 @@
Gedeon

Thank you for making the hard stuff easy to understand and fun to learn!

- +

Greetings from Ukraine!

- - + +
-
-
-

- "Programming is not about what you know; it's about what you can learn." -

-

- Abelson & Sussman

+
+
+

+ "Programming is not about what you know; it's about what you can learn." +

+

- Abelson & Sussman

Message From Ryan Hopewell

-
+
@@ -2115,7 +2459,7 @@

background: linear-gradient(to bottom, #ff9933 33.33% , #ffffff 33.33%, #ffffff 66.66%, #138808 66.66%);">

HELLO I AM NIZAM, FROM INDIA

- +

YOU ARE THE BEST SCHOOL EVER I STUDIED

HOPE EVERYONE ENJOYED IT LIKE ME

THANK YOU FOR EVERYTHING

@@ -2198,7 +2542,7 @@

Life is too short

- +

Message from Husam

@@ -2239,7 +2583,8 @@

Hey i'm currently lear git!!

-

Hi from Gemma in Sheffield, England 🙂 😸 +

Hi from Gemma in Sheffield, England 🙂 + 😸 😀

@@ -2256,7 +2601,7 @@

Hey i'm currently lear git!!

Sometimes in life I feel competitive

- +
-

Greetings from the Coded Writer

-

Hello Everyone! I'm glad to be contributing to this and I commend the w3schools team +

Greetings from the Coded Writer +

+

Hello Everyone! I'm glad to be contributing to this and I commend the w3schools + team for putting together this comprehensive tutorial.

@@ -2676,11 +3026,11 @@

Message from Issac

Hello from re-learing git basics!
- -
+ +

Hello! Enjoying every bit of the Git tutorial!

Thank you very much!!!

-
+
@@ -3191,8 +3541,10 @@

thanks for the awesome tutorial

-

Spread kindness!

+

+ Spread kindness!

@@ -3217,12977 +3569,12939 @@

Thanks for the awesome tutorial
Sir Jax

- -
-
-

- "Git some!"

-
+ +
+
+

+ "Git some!"

- +
+ - -
-

Fabricio - Ezequiel Marçal

-

João Monlevade-MG, Brazil 2024 - Long live programmers

-
+ +
+

Fabricio + Ezequiel Marçal

+

João Monlevade-MG, Brazil 2024 - Long live programmers

+
- -
-

W3Schools is the - best
web developer site.

-

This is best - way
to use your time!

-
- + +
+

W3Schools is the + best
web developer site.

+

This is best + way
to use your time!

+

+
+ - -

That was much easier than expected, thanks to w3schools!

-

Bastien C

- + +

That was much easier than expected, thanks to w3schools!

+

Bastien C

+ -
-

marcemarto

-
+
+

marcemarto

+
- -
- The quick brown fox jumps over the lazy dog -
- + +
+ The quick brown fox jumps over the lazy dog +
+ - -
-

- "Michael Bami Ayobami was here." -

-

Thanks to w3schools for their relentless free training courses. They are so helpful -

-
+ +
+

+ "Michael Bami Ayobami was here." +

+

Thanks to w3schools for their relentless free training courses. They are so helpful +

+
- -
-
-

- "Keep calm and keep code"

-
- message from Jonathan Guevarra(4IS1) -
+ +
+
+

+ "Keep calm and keep code"

+
+ message from Jonathan Guevarra(4IS1)
- - - -

I'm learning Git, I like South Park, and I like puns, so my message is:

-
Go On, Git!
- - -

Nice journey , Thanks a lot <3

-

Ebrahim Gamal

- - - -

Great tutorial! thanks aAlot!<3< /h1> -

Dvir Zayde

- - - -

I wish everything was as easy as getting fat.

-

Arthur Pan

- - - - -
-
-

- “The earth has its music for those who will listen.” — Reginald - Holmes

-
- message from hossein navabi -
-
-
- - - -
-
-

- “The earth has its music for those who will listen.” — Reginald - Holmes

-
- message from Vishal Singh -
+
+ + + +

I'm learning Git, I like South Park, and I like puns, so my message is:

+
Go On, Git!
+ + +

Nice journey , Thanks a lot <3

+

Ebrahim Gamal

+ + + +

Great tutorial! thanks aAlot!<3< /h1> +

Dvir Zayde

+ + + +

I wish everything was as easy as getting fat.

+

Arthur Pan

+ + + + +
+
+

+ “The earth has its music for those who will listen.” — Reginald + Holmes

+
+ message from hossein navabi
-
- - - -

Thanks a lot for the helpful tutorial! :)

- - - -

Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world" -

- - - -
-

frenzy from A basement, i have no idea what im doing right now.

-
- - - - - -

Fiuh! Finally I am here. It's a long journey.

- - - -

Hi! many thanks for the course, and the introduction to Git!

-

ps.: Love from Hungary! -glvcsmt

- - - - -
- "One Day or Day One; You Decide..." -
- Brian Ike
-
- - - - -

C'est la vie! Et c'est vraiment drole.

- - - -
- -

- Hey W3schools; ur the best <3< /i> -

-

ZarKh

-
- - - - -

Thanks for this course💗😎

- - - -

hello I'm Vijaykumar, Learning about git from w3schools

- - -
- - - - - - - - - - -

Happy Coding!

-
- - -

"difuwlllllllllllll is coming"

- - -

Nothin' beats being GUTS!

- - - -
-

"Push through the pain. Giving up hurts - more.”

-

- Vegeta, Dragon Ball Z

-
- - -

Thank you w3 schools for the learning space

- - - -
-

- Jerry was - here.

-

Learned HTML, CSS, - JavaScript (not done yet) and now - Git.
It's fun! One Month in and i got a lot in my Head already. - Can't wait to get deeper into - everything.

-
- - - - -

Thanks fellows. See you on the top

- - - - - -
-

😄 A Little Humor 😄

-

Hey W3Schools! Your tutorials are like a - fine wine—improving with - age, but sometimes it's just easier to borrow the corkscrew! 😜 - Thanks for the code snippets! P.S. - ChatGPT had a good laugh too!

-
- - Rubii/AEM
-
- - - - - -
-

- Hello I'm Felix from Kenya - a student at Karatina University!

-

- I'm thrilled to be - exploring W3Schools.

-

- Cheers!

-
- - - - -
-

- Hi, I'm Emilio from - Argentina! Currently living in Patagonia, so lot of mountains and - lakes over here.

-

- What an excellent - tutorial is this

-

- "The obstacle is the - way", just keep going!

-
- - - - - - -
-

That was a so cool tutorial! Thanks from - Brazil!

- Jean Nóbrega (Brazil) - -
- -
-

- Thank you for your lessons w3schools -

-

KRasta Smoke (Russia)

-
-

W3 - school is a best place to - get rid of tutorial hell.

-

Learning git practically makes me grasp concepts easily ..........!

- - -
W3schools Git tutorial ❤
- - - -
-

Sweb was here ~ Thanks - W3Schools for teaching me a lot of things !

-
- - - -
-
-

- "Saluton el Usono! "

-
-
- - - - -
-
-

- "Mohammed Mofreh! "

-
-
- -
- -
- -

let the CONSISTENCY be with YOU !

-
-
-

- jedimchik (05/03/2024)

- - -
-

- - Great experience with Git tutorial! Hello from Romania! -

-
- - - -

Thanks very much from Kevin in Taiwan for this helpful Git tutorial

- - - -

Vielen Dank W3!!

- - - -

Thanks very much for this helpful Git tutorial

- - - -
-

- Hi ! Fellow human ! Hope you're having a great day. -

-

- Message from Leo D'Hotman (Mauritius) -

-
- - - -
-

- "I've started from html. Then I've learned css and also JavaScript. - Now I'm learnig Git & GitHub. - At this momment I feel I'm fall in love with w3shools - tutorials." -

-

- Gobindo Chakraborty from Bangladesh

-
- - - -
-

"I am gonna copy Max's message."

-

"This page - is meant to be available to - everyone and this poem does not match that tone.
- Please change it to something more family friendly."

-

~W3schools 19/02/2024

-

~Max 13/02/2024

-

~Yash 26/02/2024

- - - -

- This is Johenx. - This is fun -

- - - -
-

Hello World.

-
- - - -

Hello from Czech Republic!

- - - -

W3 Schools always delivers great help! Peace to all!

- - - -
-

Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!

-
- - - - -

hello hello hello!

- - - -
-

Every soup eventually turns into mushroom soup.

-
- - - -
-

"This - page is meant to be available to - everyone and this poem does not match that tone.
- Please change it to something more family friendly."

-

~W3schools 19/02/2024

-

~Max 13/02/2024

-
- - - - - -

Hola. - Love w3school. AGUANTE - ARGENTINA LOCO

- - - -
-
-

- "My motto: Small but certain happiness"

-
-
- - - -

Continuous Learning is key to success!

-

W3 Schools is a great place to build an understanding of basic web - development skillsets.

- - - -

Hello everyone 👋

-

My name is Liza and I am from Ukraine!

-

I am learning GitHub, and I'm going to be a Python - developer.
- My respect W3Schools, and thanks for the awesome tutorial! -

- ` - - -
-
- 2024新年快乐!——王皓

-
- - - -

A LITTLE MOTIVATION

-

Who am I and who could I be

-

That which you most wish to find will be found where you - least want to look.

-

Dedicate yourself to one or two things single mindedly - and you will become unrecognisable - in 6 months, all the best. /br Carlson I.

- - - -
-
-

- David from the Netherlands

-

- Thanx w3schools for all the amazing tutorials! -

-
- -
- - - -
-
-

- "Everyone is at least a bit nosy, isn't it ?" -

-

- -Kuromi chan

-
-
- - - -
-

LET THEM KEEP GUESSING

- -
- - -
-

- Jai Shri - Ram

-
- Talent is nothing without hard working - - Cristiano Ronaldo -
-

Subroto Kumar

-
- - - -

W3Schools.com is the Best place to Learn Web development -

-

My message to the world is you are wordering where to - start learning front-end development - w3schools is the best website where you get everything - you need. -

- - - -

Samson Githinji

-

My skillset: MERN Stack | Python | SQLAlchemy

- - - -

- Hello from Uzbekistan

- - - -
-

- "Nothing is more active than - thought, for it travels over the - universe,
and nothing is stronger than - necessity for all must submit to it."
-

-
- - - -

When you're feeling overwhelmed with a task just take a - breath, - you'll probably find it easier once you come back to it. -

- - - -

- Greetings - fellow learners from greater IRAN!

- - -

You are now reading this line.

- - - - -

The seven cities of love became Attar

-

We are still at the corner of an Git tutorial

- - - -

- Hi from Japan

- - - -
-

- "Everything is going to be okay in the end.
- If it's not okay, it's not the - end."
-

-
- - - -

Hey earthlings!

- - - -

Hello world!

- -
Hello World from Space
-

This is the first file in my new Git Repo.

-

This line is here to show how merging works.

-

This is the first file in my new Git Repo.

-

This line is here to show how merging works.

- -
Hello World from Space
-

This is the first file in my new Git Repo.

-

A new line in our file!

-
Hello Git
- - - - -
-

Hi All!

-

Learning Git has been an invaluable experience, and - I'm grateful for the opportunity to - deepen my understanding of version control. I'm - excited to explore more now that i know - what it entails.

-

Thank you to everyone who has contributed to making - this course interesting to undertake. - I look forward to connecting with you all!

-

Cheers,

-

Akpos Sakpere

-
- - - - - - -

Jonathan was here on 2024-01-27

- - - - -

Hello, world!!

-

I'm a computer science student from Brazil.

- - - -

Hi everyone! All the best for your git learning - journery (Nithin, 24-01-2024)

- - - - - -

Hey it's me Vipin Karma, Hope you guys doing well

- - - -

Greetings from Georgia ❤ Thanks for an amazing course -

-

Hello Wroldddddddddddd from Temi, I really appreciate - this very well thoughtout course

- -

Greetings from Man7788, enjoy your learning!

-

Thanks for a wonderful tutorial

- - -

Call me Pzipegasus

-

Finally, Learned git and github was struggling since many - days.

- - - -
-

Hello from Kurdistan! - Grateful to W3Schools for their - fantastic tutorials! ❤️‍☀️‍💚

-
- - - -

-

Hello everyone,

-

-

-

Greetings from Oded S.

-

-

-

Thanks to W3Schools for a very helpful online course.

-

- - - - - - - -
-

Hello Developers!

-

I am Arshad from Pakistan, wishing you success in your journey.

-

The Git Tutorial is very simple and easy to understand, thanks to w3schools - for such a great work. -

-
- - - - - -
-
-

Hi, I am
Farhan - Reza
!

-

- time is limited...-Anonymous -

-
-
- - - - -

-

Hi! i am shohidullah

-

-

-

I'm a student from Bangladesh

-

- - - - -
-

Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria

-

With heart filled with gratitude i'm saying a big thank you to w3shools Team - for the incomparible - Tutorials

-
- - - - -
-
-

HELLO DEVS!🌍

-

Hi everyone I'm kevin from Perú and I just want to say don't give - up! The effort is worth - it! (09/01/2024)

-
- llama Peru -
- - - - -

-

Hi!

-

-

-

I'm a student from Brazil

-

-

-

I wish luck and prosperity to all of you! <3

-

- - - -
-

-

Hi Everyone 👋

-

Welcome to this wonderful programming world 🙂 -

- programming Img - -

-
- - - -
- -
- -
- -
-
-
-
-
-
-
-
-
-

- const -  aboutMe - = - function( ) -  { -

-

    - return -  { -

-

         name :  - 'James B' , -

-

         position :  - 'Self-Taught-Junior Dev' , -

-

         Github :  - 'ordoabchao8' , -

-

     }

-

}

-
-
- - - -
-

- Hi, introduce myself!!!
- I'm Tri, from Indonesia
- Thanks to W3Schools for the tutorial!!!
- 27/12/2023 -

-
- +
+

+ + + +
+
+

+ “The earth has its music for those who will listen.” — Reginald + Holmes

+
+ message from Vishal Singh +
+
+
+ - -

-

Hello EveryBody

-

-

Thanks to W3Schools team for all !

-

AlexTree, Belarus, 21-12-2023

- + +

Thanks a lot for the helpful tutorial! :)

+ + +

Hi, I am Amin Nadi Pour and i'd like to say git commit -m "hello world" +

+ - - -

-

This Tutorial is awesome, I am geatful to - W3schools

-

- + +
+

frenzy from A basement, i have no idea what im doing right now.

+
+ -
-

-
- Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳 -

-
- - + +

Fiuh! Finally I am here. It's a long journey.

+ -
-

Hey and greetings to you all !!!
- Thanks to W3Schools team for such a great tutorial.!!!
- Rudra, India
- 12/2023

-
+ +

Hi! many thanks for the course, and the introduction to Git!

+

ps.: Love from Hungary! -glvcsmt

+ - + - -
-
-
-

Hello Everyone! How are - you?

-
-

I am a Developer from India.

-

I hope you all have a wonderful future!

-
-
+
+ "One Day or Day One; You Decide..." +
- Brian Ike
+
- + - -
-
-

Hello

-
-
-

I'm Ariadna, thanks for this amazing tutorial

-
-
-

keep Learning 😊

-
+ +

C'est la vie! Et c'est vraiment drole.

+ + + +
+ +

+ Hey W3schools; ur the best <3< /i> +

+

ZarKh

+
+ + + + +

Thanks for this course💗😎

+ + + +

hello I'm Vijaykumar, Learning about git from w3schools

+ + +
+ + + + + + + + + + +

Happy Coding!

- + +

"difuwlllllllllllll is coming"

- + +

Nothin' beats being GUTS!

+ -
-
-

Hello

-
-
-

I'm Yisak from Ethiopia.

-
-
-

Wish you well in your journey. 😊

-
+ +
+

"Push through the pain. Giving up hurts + more.”

+

- Vegeta, Dragon Ball Z

- - - - -
-
-

Hello

-
-
-

I'm Swathy ,hope you suceed in your respective careers

-
-
-

keep Learning 😊

-
+ + +

Thank you w3 schools for the learning space

+ + + +
+

+ Jerry was + here.

+

Learned HTML, CSS, + JavaScript (not done yet) and now + Git.
It's fun! One Month in and i got a lot in my Head already. + Can't wait to get deeper into + everything.

- + - .s_eye:hover .s_sign { - text-shadow: 0px 0px 4px rgb(255, 255, 255) - } + +

Thanks fellows. See you on the top

+ - .s_txt { - font-size: 2vw; - margin-left: 6px; - text-align: center; - transition: all 1s ease; - z-index: 99; - color: #3b3b3b; - text-shadow: 0px 0px 3px rgb(255, 255, 255); - } - .s_txt:hover { - text-shadow: 6px 6px 9px #000; - color: #000000; - } + - .s_sign { - display: flex; - width: 100%; - justify-content: center; - margin-left: 12vw; - font-size: 1vw; - cursor: grab; - transition: all 1s ease; - color: #3b3b3b; - z-index: 99; - } +
+

😄 A Little Humor 😄

+

Hey W3Schools! Your tutorials are like a + fine wine—improving with + age, but sometimes it's just easier to borrow the corkscrew! 😜 + Thanks for the code snippets! P.S. + ChatGPT had a good laugh too!

+
- + Rubii/AEM
+
- .s_sign:hover { - transform: rotateX(180deg); + - } - .s_c_wrap { - width: clamp(10px, 6vw, 90px); - height: clamp(10px, 6vw, 90px); - display: flex; - align-items: center; - justify-content: center; - } + +
+

+ Hello I'm Felix from Kenya + a student at Karatina University!

+

+ I'm thrilled to be + exploring W3Schools.

+

+ Cheers!

+
- .s_c_wrap:hover .s_circle { - height: 2px; - transition: all 1s ease; - } + - .s_eyes { - display: flex; - gap: 12px; - } + +
+

+ Hi, I'm Emilio from + Argentina! Currently living in Patagonia, so lot of mountains and + lakes over here.

+

+ What an excellent + tutorial is this

+

+ "The obstacle is the + way", just keep going!

+
- .s_circle { - width: clamp(10px, 6vw, 90px); - height: clamp(10px, 6vw, 90px); - border-radius: 50%; - border: 1px solid #919090; - transition: all 1s ease; - cursor: cell; - display: flex; - align-items: center; - justify-content: center; - overflow: hidden; - } + - .s_circle_sm { - width: clamp(5px, 3vw, 45px); - height: clamp(5px, 3vw, 45px); - border-radius: 50%; - background: #000; - transition: all 1s ease; - } - -
-
-
-
-
-
 
-
-
-
-
-
 
-
-
-
-

Don't expect path to success be paved in marbles. - Comfort makes us lazy and weak - while troubles makes us strong and powerful!

-

Sulsiperis, Lithuania

+ + +
+

That was a so cool tutorial! Thanks from + Brazil!

+ Jean Nóbrega (Brazil) + +
+ +
+

+ Thank you for your lessons w3schools +

+

KRasta Smoke (Russia)

+
+

W3 + school is a best place to + get rid of tutorial hell.

+

Learning git practically makes me grasp concepts easily ..........!

+ + +
W3schools Git tutorial ❤
+ + + +
+

Sweb was here ~ Thanks + W3Schools for teaching me a lot of things !

+
+ + + +
+
+

+ "Saluton el Usono! "

+ - - +

let the CONSISTENCY be with YOU !

+
+
+

- jedimchik (05/03/2024)

- + +
+

+ + Great experience with Git tutorial! Hello from Romania! +

+
+ + + +

Thanks very much from Kevin in Taiwan for this helpful Git tutorial

+ + + +

Vielen Dank W3!!

+ -
-

Kilroy was here

-

♥ Domík z Prahy 4.12.2023 ♥

+ +

Thanks very much for this helpful Git tutorial

+ + + +
+

+ Hi ! Fellow human ! Hope you're having a great day. +

+

+ Message from Leo D'Hotman (Mauritius) +

- + - -
+ +
+

+ "I've started from html. Then I've learned css and also JavaScript. + Now I'm learnig Git & GitHub. + At this momment I feel I'm fall in love with w3shools + tutorials." +

+

- Gobindo Chakraborty from Bangladesh

+
+ + + +
+

"I am gonna copy Max's message."

+

"This page + is meant to be available to + everyone and this poem does not match that tone.
+ Please change it to something more family friendly."

+

~W3schools 19/02/2024

+

~Max 13/02/2024

+

~Yash 26/02/2024

+ + + +

+ This is Johenx. + This is fun +

+ -
+ +
+

Hello World.

+
+ -
+ +

Hello from Czech Republic!

+ -
-
-
-
-
-
-
+ +

W3 Schools always delivers great help! Peace to all!

+ + + +
+

Anvedi come balla Nando! W3School ❤❤❤❤❤❤❤❤ u!

-
-

- const -  aboutMe - = - function( ) -  { -

-

    - return -  { -

-

         name :  - 'Yassine Essaouri' , -

-

         position - :  - 'fullstack-developer' , -

-

         Github :  - 'EssYassine' , -

-

     }

-

}

+ + + + +

hello hello hello!

+ + + +
+

Every soup eventually turns into mushroom soup.

-
- + - -
-
Taran Mesala
-
-
-              Hey guys
-              Am Taran, am happy to share my note here.
-              am a versatile person with a unique blend of skills like Programming,
-              Web-Development,and Graphic-Design.
-              Feel free to reach out.
-              Instagram: __im.john.__
-              LinkedIn: Taran Mesala
-              
+ +
+

"This + page is meant to be available to + everyone and this poem does not match that tone.
+ Please change it to something more family friendly."

+

~W3schools 19/02/2024

+

~Max 13/02/2024

-
- - + -
-

Thanks for this awesome tutorial!!!

- spiderman saying thank you in spanish while eating a donut -

Adr1Est from Madrid - 28/11/2023

-
- + +

Hola. + Love w3school. AGUANTE + ARGENTINA LOCO

+ + +
+
+

+ "My motto: Small but certain happiness"

+
+
+ + + +

Continuous Learning is key to success!

+

W3 Schools is a great place to build an understanding of basic web + development skillsets.

+ + + +

Hello everyone 👋

+

My name is Liza and I am from Ukraine!

+

I am learning GitHub, and I'm going to be a Python + developer.
+ My respect W3Schools, and thanks for the awesome tutorial! +

+ ` + +
+
+ 2024新年快乐!——王皓

+
+ + + +

A LITTLE MOTIVATION

+

Who am I and who could I be

+

That which you most wish to find will be found where you + least want to look.

+

Dedicate yourself to one or two things single mindedly + and you will become unrecognisable + in 6 months, all the best. /br Carlson I.

+ + + +
+
+

+ David from the Netherlands

+

+ Thanx w3schools for all the amazing tutorials! +

+
+ +
+ - + +
+
+

+ "Everyone is at least a bit nosy, isn't it ?" +

+

+ -Kuromi chan

+
+
+ -
-

Hard work beats talent when talent doesn’t work hard.

-

-Tim Notke

-

Thanks for this amazing tutorial

-
+ +
+

LET THEM KEEP GUESSING

+ +
+ + +
+

+ Jai Shri + Ram

+
+ Talent is nothing without hard working - + Cristiano Ronaldo +
+

Subroto Kumar

+
+ + + +

W3Schools.com is the Best place to Learn Web development +

+

My message to the world is you are wordering where to + start learning front-end development + w3schools is the best website where you get everything + you need. +

+ + + +

Samson Githinji

+

My skillset: MERN Stack | Python | SQLAlchemy

+ + + +

+ Hello from Uzbekistan

+ + + +
+

+ "Nothing is more active than + thought, for it travels over the + universe,
and nothing is stronger than + necessity for all must submit to it."
+

+
+ + + +

When you're feeling overwhelmed with a task just take a + breath, + you'll probably find it easier once you come back to it. +

+ + + +

+ Greetings + fellow learners from greater IRAN!

+ + +

You are now reading this line.

+ + + + +

The seven cities of love became Attar

+

We are still at the corner of an Git tutorial

+ + + +

+ Hi from Japan

+ + + +
+

+ "Everything is going to be okay in the end.
+ If it's not okay, it's not the + end."
+

+
+ + +

Hey earthlings!

+ - - - JS best - +

Hello world!

+ +
Hello World from Space
+

This is the first file in my new Git Repo.

+

This line is here to show how merging works.

+

This is the first file in my new Git Repo.

+

This line is here to show how merging works.

+ +
Hello World from Space
+

This is the first file in my new Git Repo.

+

A new line in our file!

+
Hello Git
+ + + + +
+

Hi All!

+

Learning Git has been an invaluable experience, and + I'm grateful for the opportunity to + deepen my understanding of version control. I'm + excited to explore more now that i know + what it entails.

+

Thank you to everyone who has contributed to making + this course interesting to undertake. + I look forward to connecting with you all!

+

Cheers,

+

Akpos Sakpere

+
- -
-

- - - "Everything will be ok in the end, if it's not ok, it's not the - end" - - -
-

Keep learnig guys.

-

-

- Misbah from Bangladesh 20/11/2023

-
- + - -
-
- Thanks for the awesome tutorial! Greetings from Chicago. -
-
+ - +

Jonathan was here on 2024-01-27

- -

wooooo yeah baby thats what i've been waiting for, this is what its all - about...

-

- MOIST

+ + +

Hello, world!!

+

I'm a computer science student from Brazil.

+ - -
-

Hello future - programmers! 😀 -

-

If you're reading this, - you are almost done with - this tutorial!

-

Keep going and follow your - dreams!

-

Thanks to W3Schools!

-

- Gaby from Bulgaria, 15/11/2023

-
+ +

Hi everyone! All the best for your git learning + journery (Nithin, 24-01-2024)

+ -
-

Inserted my message -

- -
-
-

"Keep going guys. I belive we'll make it one day - !"

-

Kev

-
-
+ -
-

We did it!

-

Great job everyone.

-
+

Hey it's me Vipin Karma, Hope you guys doing well

- -
-

- Thanks a lot for the tutorial! -

-
- + - +

Greetings from Georgia ❤ Thanks for an amazing course +

+

Hello Wroldddddddddddd from Temi, I really appreciate + this very well thoughtout course

+ +

Greetings from Man7788, enjoy your learning!

+

Thanks for a wonderful tutorial

+ + +

Call me Pzipegasus

+

Finally, Learned git and github was struggling since many + days.

+ + + +
+

Hello from Kurdistan! + Grateful to W3Schools for their + fantastic tutorials! ❤️‍☀️‍💚

+
+ -
-

Hello and greetings to you all !!!
- And thanks to W3Schools for the well organized Git tutorial. Cheers - !!!
- Jouko, Oulu, Finland
- 11/2023

-
+ +

+

Hello everyone,

+

+

+

Greetings from Oded S.

+

+

+

Thanks to W3Schools for a very helpful online course.

+

+ + + + + + + +
+

Hello Developers!

+

I am Arshad from Pakistan, wishing you success in your journey.

+

The Git Tutorial is very simple and easy to understand, thanks to w3schools + for such a great work. +

+
- + + + + +
+
+

Hi, I am
Farhan + Reza
!

+

+ time is limited...-Anonymous +

+
+
+ + + + +

+

Hi! i am shohidullah

+

+

+

I'm a student from Bangladesh

+

+ - -
-

Hi

-
- -
-

- One more time! until perfection! -

-
+ - -
-
Thank You! -
-
- I sincerely appreciate W3Schools for their wonderful content, which has - been incredibly helpful to - me in my learning - journey. -
-
-

HELLO EVERYONE!!!

-

HELLO EVERYONE!!!

+
+

Hello! I'm Nathaniel (innCoding Tech Hub) from Nigeria

+

With heart filled with gratitude i'm saying a big thank you to w3shools Team + for the incomparible + Tutorials

+
-

HELLO EVERYONE!!!

+ + + +
+
+

HELLO DEVS!🌍

+

Hi everyone I'm kevin from Perú and I just want to say don't give + up! The effort is worth + it! (09/01/2024)

+
+ llama Peru +
+ + + + +

+

Hi!

+

+

+

I'm a student from Brazil

+

+

+

I wish luck and prosperity to all of you! <3

+

+ - -
-

hie guys wish you well on your coding journey

-

One Love

-
- + +
+

+

Hi Everyone 👋

+

Welcome to this wonderful programming world 🙂 +

+ programming Img - -
-

- "We are the champions, my friends" -

-

Freddie Mercury

-
+

+
+ - -
-

- Why did the developer quit using Git? Because they didn't know how to - commit. - Mr.ChatGPT -

- -
+
- -
-
-

This is my Comment!!

-

My family loves my comment.

-

My friends love my comment.

-

My cat loves my comment.

-

My dentist loves my comment.

-

My doctor loves my comment.

-

My neighbors love my comment.

-

I hope that you also love my comment.

-

Leave a comment about my comment.

-

Keith R.

-
-
- +
- -
Hello Community members
-

New change

+
- -
- This is the best tutorial for me to complete my project with my team in my - university. Love it!!!
- - Bùi Quốc Triệu +
+
+
+
+
+
- +
+
+

+ const +  aboutMe + = + function( ) +  { +

+

    + return +  { +

+

         name :  + 'James B' , +

+

         position :  + 'Self-Taught-Junior Dev' , +

+

         Github :  + 'ordoabchao8' , +

+

     }

+

}

+
+
- -
-

- One of my most productive days was throwing away 1,000 lines of code. -
- Ken Thompson -

-
- + +
+

+ Hi, introduce myself!!!
+ I'm Tri, from Indonesia
+ Thanks to W3Schools for the tutorial!!!
+ 27/12/2023 +

+
+ - -
-

- When you see a person who has been given more than you in money and - beauty, then look to those who - have been - given less.

-
- + +

+

Hello EveryBody

+

+

Thanks to W3Schools team for all !

+

AlexTree, Belarus, 21-12-2023

+ - -
- Car -
- + + +

+

This Tutorial is awesome, I am geatful to + W3schools

+

+ - -
-

- "So excited to finally truly learn Git" -

-

Ulises Machado

-
- +
+

+
+ Hello fellow developers 😁😁😁 - Wilson from Vietnam 🇻🇳 +

+
+ - -
- Car -
- + - -
-

- "So excited to finally truly learn Git" -

-

Ulises Machado

-
- +
+

Hey and greetings to you all !!!
+ Thanks to W3Schools team for such a great tutorial.!!!
+ Rudra, India
+ 12/2023

+
-
-

SALUT!!!

-
- + + + +
+
+
+

Hello Everyone! How are + you?

+
+

I am a Developer from India.

+

I hope you all have a wonderful future!

+
+
+ -
-

SALUT!!!

+ +
+
+

Hello

+
+
+

I'm Ariadna, thanks for this amazing tutorial

- +
+

keep Learning 😊

+
+
+ -

hi this is best beginner friendly git/github tutorial on internet

+ - -
-

- - Finally finished learning Git thanks to you !! lets go for html css ... -

+
+
+

Hello

- - - -
-

Hello W3Schools! Thank you for the awesome tutorial. -

-

- by lanshead - from Russia.

+
+

I'm Yisak from Ethiopia.

- - - -
-

Good work Keep it up. -

-

- by Waqas - from Pakistan.

+
+

Wish you well in your journey. 😊

- +
- -
-

- Thanks for the tutorial! -

+ + + +
+
+

Hello

- - -
-

Hi W3Schools!. Thank you for the - awesome tutorial. Yasiru from - Sri Lanka 🇱🇰 :)

+
+

I'm Swathy ,hope you suceed in your respective careers

- +
+

keep Learning 😊

+
+
+ + +
+
+
+
+
+
 
+
+
+
+
+
 
+
-
-

Hello My Name is Radhika Shaktawat

+

Don't expect path to success be paved in marbles. + Comfort makes us lazy and weak + while troubles makes us strong and powerful!

+

Sulsiperis, Lithuania

- - -
-

Love all of your hard works, W3schools <3 <3 - <3
- === Vietnam - 9/20/2023 ===

- +
- -
God is - our refuge and strength, - a very - present help in trouble. - Psalm 46:1
- + + - -

Thanks from tion. Keep up the good work!

- + - -
-

- - Love w3school and school 21 (Todd1s) -

-
- - -
+
+

Kilroy was here

+

♥ Domík z Prahy 4.12.2023 ♥

+
+ -

No niin!

-
- -
-

Hello from Serbia!:)
Thanks W3Schools for their - work
BlackPerico <3

-
- -
-

გამარჯობა!

-

Hello my fellow Georgians! :)

-
- + +
- a message from justcallmeroybert +
- -
-

- Thank you for the Git tutorial! - JG 2023 -

-
- +
- -
-
+
-
-

Hello from UMMAN2005 <-< /p> - -

-> UMMAN2005-dən Salam

+
-
+
- +
+
+

+ const +  aboutMe + = + function( ) +  { +

+

    + return +  { +

+

         name :  + 'Yassine Essaouri' , +

+

         position + :  + 'fullstack-developer' , +

+

         Github :  + 'EssYassine' , +

+

     }

+

}

+
+
+ - -
-

- Hello ! Great tutorial! Thanks -

-
- + +
+
Taran Mesala
+
+
+              Hey guys
+              Am Taran, am happy to share my note here.
+              am a versatile person with a unique blend of skills like Programming,
+              Web-Development,and Graphic-Design.
+              Feel free to reach out.
+              Instagram: __im.john.__
+              LinkedIn: Taran Mesala
+              
+
+
+ + - -
-

- Hello! Amazing website. All things in one place. Thank you - 10-10-2023 -

-
- +
+

Thanks for this awesome tutorial!!!

+ spiderman saying thank you in spanish while eating a donut +

Adr1Est from Madrid - 28/11/2023

+
- -
-

- Hello! Amazing website. All things in one place. Thank you - 10-10-2023 -

-
- + - -
-

I am dngebremedhn from Tigray, learning Git and Github

-

I am learning forking here. Thank you w3schools for allowing us do - this.

-
- - -
-

- Having fun learning Web Development with w3Schools!!! -

-
- - -
-

- For God so loved the world that he gave his one and only Son, - that whoever believes in him - shall not perish - but have eternal life. -

-

John 3:16 NIV

-
- - -
-

- Hello from Kurdistan! Grateful to W3Schools for their fantastic - tutorials! ❤️‍☀️‍💚 -

-
- - - -
-

Hello everyone from Russia!

-

Thanks w3schools's team for this and other - tutorials!{>_<}

-
- + - -
-

- "Two things are infinite: the universe and human stupidity; and - I'm not sure about the - universe." -

-

Albert Einstein

-
- +
+

Hard work beats talent when talent doesn’t work hard.

+

-Tim Notke

+

Thanks for this amazing tutorial

+
- -
-

Hello World!!! from primeakash

-
- + - -
-

Hey! all people

-
- + + JS best + - -
-

Hello from IRAN! Thanks W3S for amazing tutorials!

-

Future developer, MMP

-
- + +
+

+ + + "Everything will be ok in the end, if it's not ok, it's not the + end" + + +
+

Keep learnig guys.

+

+

- Misbah from Bangladesh 20/11/2023

+
+ -
-

Ahoy  

-

from  

-

Rob

-
+ +
+
+ Thanks for the awesome tutorial! Greetings from Chicago. +
+
-
-
Torilla tavataan.
-
+ + +

wooooo yeah baby thats what i've been waiting for, this is what its all + about...

+

- MOIST

- -
- I'm Rybo and im learning Git from w3schools.com -
- - -

Erm, yes, i don't have any idea what i should write.

-
I don't know much about html so i won't make anything fancy like the - others.
- Thank you. - + +
+

Hello future + programmers! 😀 +

+

If you're reading this, + you are almost done with + this tutorial!

+

Keep going and follow your + dreams!

+

Thanks to W3Schools!

+

- Gaby from Bulgaria, 15/11/2023

+
- -

you are in my chair!!

- +
+

Inserted my message +

- -
-
hello from Israel!
-     I'm learning git, nickname in discord is: Gater777
-
- + +
+
+

"Keep going guys. I belive we'll make it one day + !"

+

Kev

+
+
- -
-

- "its a great tutorial, thanks!" -

-

budi-tech

-
- +
+

We did it!

+

Great job everyone.

+
-
-

eu estive aqui!!

-

agora é sua vez.

-

por: Ana Laura IFC-2023

-
+ +
+

+ Thanks a lot for the tutorial! +

+
+ -
-

- "Oi" -

-

Mariana

-
+ +
+

Hello and greetings to you all !!!
+ And thanks to W3Schools for the well organized Git tutorial. Cheers + !!!
+ Jouko, Oulu, Finland
+ 11/2023

+
- -
- -
-

- Thank you for the Git tutorial! - JG 2023 -

-
- -
-
-

- Diana e Isabeli

-
-
-

💖

-
-

-

15.08.2023

-
-
-
- + -
-

Pires passou por aqui, beijos

-

IFC 2023

-

é... até que é legal

-
+ +
+

Hi

+
+ +
+

+ One more time! until perfection! +

+
- -
-
-
-

J.RobertoMateus Rosa

- -
-
-

The sound of the - waves is the best soundtrack in - the world.

-
Ago 15, 2023 -

Brazil, SC.

-
-
-
+ +
+
Thank You! +
+
+ I sincerely appreciate W3Schools for their wonderful content, which has + been incredibly helpful to + me in my learning + journey. +
+
+

HELLO EVERYONE!!!

+

HELLO EVERYONE!!!

- -
-
-
-

J.RobertoMateus Rosa

- -
-
-

a felicidade é - uma borboleta, deveríamos pegá-la - enquanto - dançamos.

-
Ago 15, 2023 -

Brazil.

-
-
-
+

HELLO EVERYONE!!!

-
-

- "Se ame mais!" -

-

Iza Espanhol

-
+ +
+

hie guys wish you well on your coding journey

+

One Love

+
+ -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-

I'm just trying to get my life - together

-
- - - -
-
-
-

J.RobertoMateus Rosa

- -
-
-

Não importa o - quão poderoso você se torne nunca - tente fazer tudo sozinho, caso contrario ira falhar. - Uchiha Itachi

-
Out 31, 2023 -

Brazil.

-
-
-
- + +
+

+ "We are the champions, my friends" +

+

Freddie Mercury

+
- -
-

- "Se ame mais!" -

-

Iza Espanhol

-
-
-
-

Afsar UDDIN 😎

-

Thank you for amazing possibility to learn! People and - Robots become closer to each others! - 🦾❤️💪🏻 -

-
-
+ +
+

+ Why did the developer quit using Git? Because they didn't know how to + commit. - Mr.ChatGPT +

+ +
- + +
+
+

This is my Comment!!

+

My family loves my comment.

+

My friends love my comment.

+

My cat loves my comment.

+

My dentist loves my comment.

+

My doctor loves my comment.

+

My neighbors love my comment.

+

I hope that you also love my comment.

+

Leave a comment about my comment.

+

Keith R.

+
+
+ + +
Hello Community members
+

New change

- -

Santa Rosa do Sul

- + +
+ This is the best tutorial for me to complete my project with my team in my + university. Love it!!!
+ - Bùi Quốc Triệu +
+ - + +
+

+ One of my most productive days was throwing away 1,000 lines of code. +
- Ken Thompson +

+
+ + +
+

+ When you see a person who has been given more than you in money and + beauty, then look to those who + have been + given less.

+
+ - -
-

INTER CAMPEAO DA LIBERTADORES DE 2023

-
- + +
+ Car +
+ + +
+

+ "So excited to finally truly learn Git" +

+

Ulises Machado

+
+ - -
-

- - Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. -> - Araranguá-SC / Brasil -

-
- - -

só sei que nao sei, assinado: Rohzeu.

- + +
+ Car +
+ - -
-

Amanhã é meu aniversario!

-

Oi todo mundo

-
+ +
+

+ "So excited to finally truly learn Git" +

+

Ulises Machado

+
+ - -
-
-
-

J.RobertoMateus Rosa

-
-
-

O Superior passou - por aqui

-

-Guilherme Ritter -

-
Ago 15, 2023 -

Brazil🇧🇷.

-
-
-
+
+

SALUT!!!

+
+ -
ola pessoas
- -
-

- I'm becoming a pro volleyball player!! -

-
+
+

SALUT!!!

+
+ - -
- mötley crüe muito pika -

mötley crüe, melhoir banda do mundo rapaziada 🇧🇷

+

hi this is best beginner friendly git/github tutorial on internet

-
+ +
+

+ + Finally finished learning Git thanks to you !! lets go for html css ... +

+
+ - -

o frio é psicológico, ass: Riter

- + +
+

Hello W3Schools! Thank you for the awesome tutorial. +

+

+ by lanshead + from Russia.

+
+ + +
+

Good work Keep it up. +

+

+ by Waqas + from Pakistan.

+
+ -
-

ema

-

-
+ +
+

+ Thanks for the tutorial! +

+
+ + +
+

Hi W3Schools!. Thank you for the + awesome tutorial. Yasiru from + Sri Lanka 🇱🇰 :)

+
+ - -
-
-

This is Sasi Lagisetti

-

జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం - కాదు, నిన్ను నువ్వు రూపు - దిద్దుకోవటం.

-

A - dream is not that which you see - while - sleeping, it is something that does not let you sleep.

-
-
- + +
+

Hello W3Schools! Thank you for the awesome tutorial. +

+

+ by lanshead + from Russia. +

+
+ - -
-

Am I doing this right?

-

Hi Mom!

-

Joe

-
- + +
+

+ Thanks for the tutorial! +

+
+ + +
+

Hi W3Schools!. Thank you for the + awesome tutorial. Yasiru from + Sri Lanka + 🇱🇰 :)

+
+ - -
- Se é Gaucho meu? + +
+

Hello from Uzbekistan!

+
+ -
- - -
+ +
+

سلام

+

To all my IRANIAN friends

+
-
- - -
-
+ -
-
parararara pararara ...
-
+ +
+

Terminal v1.01

+

$> .\Thank.exe
$> Loading Thank.exe...

+

Thanks for the great tutorial! :)

+

Press the Any key to exit

+
- -

por que não?

- - - -
-
-
-

J.RobertoMateus Rosa

- -
-
-

Faith in God that - he is fair, Hey brother never - forget, on - guard, warrior raise your head trout, wherever you are, - however it may be Have faith because - even in the - dump, flowers are born - Brown, Mano

-
Ago 10, 2023 -

Brazil🇧🇷.

-
-
-
+ +
+

Take control of your life!

+
+ + + +
+

Hello world !

+ srinivasan000 +
+ - -
-

Olá todos do w3schools - e deste repositorio!,
- Eu agradeço a sinceramenta a w3schools✨ for all - their amazing and clear tutorials, it - has been a - humble and exciting path learning HTML, CSS, JavaScript and now - Git & GitHub.
- Eu desejo a todos um boa apredizagem

-

- Henrique -

-
- - + - -
-

Juntasso com os crias do W3school... 😁🤙

-

Yuri Franco, Brasa

- -
+ +
+

Take control of your life!

+
+ + + +
+

Hello world !

+ srinivasan000 +
+ -
-

- "Cuidado que ai vem o saci." -

-

Bigbig

-
+ +
+

Why i love pumpkin seeds?

+

+ The reason why I love pumpkin seeds could be attributed to their unique + combination of taste and + nutritional + benefits. Pumpkin seeds have a pleasant, slightly nutty flavor that many + people find appealing. + Additionally, + they are a good source of nutrients such as protein, fiber, healthy + fats, vitamins, and minerals + like + magnesium and zinc. These nutritional benefits not only make pumpkin + seeds a tasty snack but also + contribute + to their popularity as a health-conscious choice.
+ Furthermore, personal preferences for certain foods can be influenced by + cultural, familial, or + individual + experiences. Perhaps you have positive memories associated with pumpkin + seeds from your past, or you + simply + enjoy their crunchy texture and versatility in various recipes.
+ Ultimately, the reasons for loving pumpkin seeds can vary from person to + person, but the combination + of taste, + nutrition, and personal preferences likely plays a significant role in + your affection for them. +

+

+ In this short story, I expressed a deep attachment to pumpkin seeds, + emphasizing that their taste + brings me + pleasure and joy. They have become my weakness, and I always carry them + with me to savor their + flavor, even on + long journeys. "I love pumpkin seeds" has become not just a phrase but a + life philosophy for me, + highlighting + my fondness for this delightful snack. +

+
+ + + +

This is an amazing tutorial! From India!.

+ + + +

I'm zizo, from Libya.

+ + + +

I'm Yohannes Molla, from Ethiopia.

+ + + +
+

This is the best Git/GitHub tutorial ever!

+

Thank you, w3schools.com!

+

I was P.L. + from Hungary. Cheers!

+
+ + +
+
+
+

+ J.RobertoAnirudra Adhikary +

+ +
+
+

In a tranquil village, a + wise old man named Aiden + shared a + timeless phrase: "This too shall pass." When a brutal drought + struck, some followed his counsel + while + others despaired. Those who listened persevered, conserving + water and maintaining hope. + Eventually, rain + returned, reviving the land and the villagers' spirits. Aiden's + wisdom taught them that life's + challenges + are temporary, a lesson they held in their hearts forever.

+
+

India🇮🇳.

+
+
+
+

Hello My Name is Radhika Shaktawat

- -
-

- "Sou linda, me amo" -

-

Lauzinha

-
+ +
+

Love all of your hard works, W3schools <3 <3 + <3
+ === Vietnam - 9/20/2023 ===

+
+ + + +
God is + our refuge and strength, + a very + present help in trouble. - Psalm 46:1
+ + + +
+

+ + Good content as always!! +

+
+ -
-

- "OMAGA, também te amo" -

-

Zeus

-
+ +
+

+ + Love w3school and school 21 (Todd1s) +

+
+ + +
- + +
+

+ + Good content as always!! +

+
+ - -

Thank you for the course! - Analogkeyboard

- + +

Thanks from tion. Keep up the good work!

+ + +
+

+ + Love w3school and school 21 (Todd1s) +

+
+ + +
- -
-
-

Thank you w3schools! The fact I can learn Git for free - online is legendary. You guys rock - (Also thanks - Bina for showing me this cool html gradient thing!). If - you see this, call someone you love - and tell - them so <3< /b> -

-

- Wesley V. Kirchner. Brasil(08/08/23)

-
-
-
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+

No niin!

+
+ +
+

Hello from Serbia!:)
Thanks W3Schools for their + work
BlackPerico <3

+
+ +
+

გამარჯობა!

+

Hello my fellow Georgians! :)

+
+ - -
-

Hello W3SCHOOLS and - Everyone that are taking this - path,
- I sincerely want to thank w3schools✨ for all - their amazing and clear tutorials, it - has been a - humble and exciting path learning HTML, CSS, JavaScript and now - Git & GitHub.
- I wish everyone the best and all happiness,
- Piece,

-

- Albert Nikolli -

-
+ a message from justcallmeroybert - -
-
-

Thank you w3schools! The fact I can learn Git for free - online is legendary. You guys rock - (Also thanks - Bina for showing me this cool html gradient thing!). If - you see this, call someone you love - and tell - them so <3< /b> -

-

- Matt, Northern Ireland. (08/08/23)

-
-
-
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
- -
-

Hello Everyone!. Thanks W3SCHOOL for teaching us all Git and - Github .

-
- -

- "i'll leave tomorrow problems to tommorow's me." - -Saitama -

- + +
+

+ Thank you for the Git tutorial! - JG 2023 +

+
+ - -
-
-

Thanks for the tutorial!

-

Bina, Ukraine

-

22.07.2023

-
-
- + +
+
+
+
+

Hello from UMMAN2005 <-< /p> + +

-> UMMAN2005-dən Salam

+
+
+
+
+ + +
+

+ Hello ! Great tutorial! Thanks +

+
+ - -
-

Hello Everyone From India. Thanks W3SCHOOL for teaching us all - Git and Github .

-
- -
-

Thank you for making GIT and github easier

-
- -
-

Parceros, parceros, como andamos! Gracias a w3school aprendí como - usar git, y se lo agradezco - mucho

-
+ +
+

+ Hello! Amazing website. All things in one place. Thank you + 10-10-2023 +

+
+ - -
-

"Thanks for these simple and effective tutorials."

-
+ +
+

+ Hello! Amazing website. All things in one place. Thank you + 10-10-2023 +

+
+ - -
-

"Takk."

-
- + +
+

I am dngebremedhn from Tigray, learning Git and Github

+

I am learning forking here. Thank you w3schools for allowing us do + this.

+
+ + +
+

+ Having fun learning Web Development with w3Schools!!! +

+
+ - -
-

- Hi - there! Greetings from Poland.

-
- + +
+

+ For God so loved the world that he gave his one and only Son, + that whoever believes in him + shall not perish + but have eternal life. +

+

John 3:16 NIV

+
+ - -
-
-
-

- Hello, greetings from Stuttgart -

-

Simon, Germany, 31.07.2023 -

-
-
-
- + +
+

+ Hello from Kurdistan! Grateful to W3Schools for their fantastic + tutorials! ❤️‍☀️‍💚 +

+
+ + + +
+

Hello everyone from Russia!

+

Thanks w3schools's team for this and other + tutorials!{>_<}

+
+ -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+ +
+

+ "Two things are infinite: the universe and human stupidity; and + I'm not sure about the + universe." +

+

Albert Einstein

+
+ - + +
+

Hello World!!! from primeakash

+
+ -
-
-
-

SPECIAL - APPRECIATION

-

- ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ -

-

Here's my favourite quote by Dave Grey that has kept me going - through out my web dev journey: - - Remember to keep striving for success over - perfection and a little progress everyday - would go a very - long way. - -

-

🇳🇬 🇳🇬 🇳🇬 Casmir - - Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬 - 🇳🇬

-
-
-
- + +
+

Hey! all people

+
+ - -
-

I had loads of fun! Thanks w3schools! 💕

-

being part of my life

-
- + +
+

Hello from IRAN! Thanks W3S for amazing tutorials!

+

Future developer, MMP

+
+ - - +
+

Ahoy  

+

from  

+

Rob

+
-
-
-
-

SPECIAL - APPRECIATION

-

- I took a life changing decision this year to learn web - development and w3schools has been my - back bone - ever since. From the bottom of my heart, I sincerely - appreciate the team members of this - platform and I'm - saying a big THANK YOU! to you all ❤️ -

-

Here's my favourite quote by Dave Grey that has kept me going - through out my web dev journey: - - Remember to keep striving for success over - perfection and a little progress everyday - would go a very - long way. - -

-

🇳🇬 🇳🇬 🇳🇬 Casmir - - Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬 - 🇳🇬

-
-
-
- +
+
Torilla tavataan.
+
- -
> -

"Hey y'all from Georgia, USA. Learning git is fun!"

-
- -

¡Saludos de Ezequiel desde Argentina!

-

Thanks for all your amazing tutorials!

+ +
+ I'm Rybo and im learning Git from w3schools.com +
+ - -
-

"Greetings from Hope in - Nigeria"

-
- + +

Erm, yes, i don't have any idea what i should write.

+
I don't know much about html so i won't make anything fancy like the + others.
+ Thank you. + - -
-

"Hello from Uzbekistan!"

-
+ +

you are in my chair!!

+ - -
-

I had loads of fun! Thanks w3schools! 💕

-

On their 3rd coffee, Julia

-
- + +
+
hello from Israel!
+     I'm learning git, nickname in discord is: Gater777
+
+ - -
-

"Hello from DR Congo👋🏽"

-
+ +
+

+ "its a great tutorial, thanks!" +

+

budi-tech

+
+ - -
-
-

This week i did my first push from git to github, i am so - happy

-
-
- +
+

eu estive aqui!!

+

agora é sua vez.

+

por: Ana Laura IFC-2023

+
+ +
+

+ "Oi" +

+

Mariana

+
- -
-

"I learn a lot from here. Thank - you!"

-

Ben Yuen 05/07/2023

-
- -
-

Thank you 3WSchools for teaching me Git and GitHub.

+ +
+ +
+

+ Thank you for the Git tutorial! - JG 2023 +

- - - Techie from 2023-07-11 - - -
-

Слава Україні - Slawa Ukrajini - Glory - to Ukraine

-

Diana Demska 03/07/2023 (and btw thank - you Chris for style and - support for - Ukraine)

+ +
+
+

+ Diana e Isabeli

+
+
+

💖

+
+

+

15.08.2023

+
+
+ - -

Thank you so much W3Schools. I am so grateful to be part of this -

- - -
-

- Sic parvis magna! Thank - you, - W3School! 07/06/23 -

-
+
+

Pires passou por aqui, beijos

+

IFC 2023

+

é... até que é legal

+
- -
-

Thank You!

-

- W3Schools.com -

-
- -
-

thank you for your tutorial (30/6/23) by Eli Borodach

+ +
+
+
+

J.RobertoMateus Rosa

+ +
+
+

The sound of the + waves is the best soundtrack in + the world.

+
Ago 15, 2023 +

Brazil, SC.

+
+
- -
-

thank you for your tutorial (29/6/23)

-
-
-

Thanks you

-

Windy - VietNam (03/07/23)

+ +
+
+
+

J.RobertoMateus Rosa

+ +
+
+

a felicidade é + uma borboleta, deveríamos pegá-la + enquanto + dançamos.

+
Ago 15, 2023 +

Brazil.

+
+
- -
-
    -
  • Thanks for the tutorial!
  • -
  • In fact, thanks for all the tutorials! -
  • -
  • Learning a lot from you!
  • -
  • Greetings from Brasil!
  • -
-

Rafa Santana, 29/06/2023 💚

-
- +
+

+ "Se ame mais!" +

+

Iza Espanhol

+
- -
-

thank you for your tutorials!! (Tetsu, 29th.June.2023)

+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+

I'm just trying to get my life + together

+
+ + + +
+
+
+

J.RobertoMateus Rosa

+ +
+
+

Não importa o + quão poderoso você se torne nunca + tente fazer tudo sozinho, caso contrario ira falhar. + Uchiha Itachi

+
Out 31, 2023 +

Brazil.

+
- +
+ - -
-

thank you for your tutorials!! (Dewan, 24 july.2023)

-
- + +
+

+ "Se ame mais!" +

+

Iza Espanhol

+
- -
-

Great Git tutorial from w3schools. Thanks!

-

BP 25.06.2023

+
+
+

Afsar UDDIN 😎

+

Thank you for amazing possibility to learn! People and + Robots become closer to each others! + 🦾❤️💪🏻 +

- +
- -
-

- Thank you for the tutorial! -

-
- + - -

Greetings from France!

- -
-

Thank you for your support! (Bruno, June 21st, 2023)

-
- - - - -
-
-
-

- Monox Val

-
-
-

Thank you w3schools 💖

-
-

The best teaching materials are - those who encourage hands on - learning. Teaching - about git and then allowing people to Pull Request to - your repository it's a magnificient - idea.

-

16.06.2023

-
-
-
- + +

Santa Rosa do Sul

+ + - -

Hello from Nepal

- -

Thanks for the tutorial.

- -

Thanks for the tutorial.🥳

- + +
+

INTER CAMPEAO DA LIBERTADORES DE 2023

+
- -
-

Thanks for the tutorial! (Alex, June 18th, 2023)

-

P.S. A joke about GitHub from Bing Chat:

-

"What do you call a GitHub user who likes to merge branches?" - - "A git-together."

-
- - -

Love From china.aaaa!!!!

- -

Hello world!

- - -
-

Thank you W3schools for - giving - everyone the - opportunity to learn how to code!
- Thank you so much for this tutorial 🥰 -

-
- + - -
-

Thank you for a very nice tutorials.

-

- AbbanDabo

-
- - -
-

Thank W3Schools for a very nice tutorials.

-

It's a pleasure to study with you.

-

Olha

-
- + +
+

+ + Muito obrigado pelo tutorial, W3schools! Joédio Borges Jr. -> + Araranguá-SC / Brasil +

+
+ - -
-

- "Be patient. All things are difficult before they seem - easy." -

-

Saadi Shirazi (1210-1291)

-
- - - -
-

Thank you W3schools for - giving - everyone the - opportunity to learn how to code!
- so many tutorials ... so much to learn ... so awesome - 🥰 -

-
- - -
-

- Greetings From - Peru🦙
-

-

- Martin Alvarez - June 08, 2023
-

+ +

só sei que nao sei, assinado: Rohzeu.

+ -
- + +
+

Amanhã é meu aniversario!

+

Oi todo mundo

+
- -
-
-

Thanks w3school for - letting us get access to your - amazing coding - courses. I learned a lot from you.

-

Jerejef!

+ +
+
+
+

J.RobertoMateus Rosa

+
+
+

O Superior passou + por aqui

+

-Guilherme Ritter +

+
Ago 15, 2023 +

Brazil🇧🇷.

+
-
- -

Doudou Fall -- Senegal

-
- +
ola pessoas
- -

Ross was here!

- + +
+

+ I'm becoming a pro volleyball player!! +

+
- -
Ross was here!
- + +
+ mötley crüe muito pika +

mötley crüe, melhoir banda do mundo rapaziada 🇧🇷

- -
-

- Thank you for the tutorial! -

-

Stefan Anica,Romania.

-
- +
- -
-

- Aleksei wants his name on the wall too! -

-
- -
-

Thanks for this awesome tutorial,Just loved it
krishrx -

-
- - -
-

- Jambo,Karibuni Tanzania na tunasema Hakuna Matata!!!! -

- - Your Brother in Code
- 2023, April 09
- Zanzibar,Tanzania
-

- - -
-

- W3S! You Rock! -

-

Artem Ulyanov, Israel

-
- + +

o frio é psicológico, ass: Riter

+ -

Run, Forrest, run!

+
+

ema

+

+
+ +
+
+

This is Sasi Lagisetti

+

జీవితం అంటే నిన్ను నువ్వు చూసుకోవటం + కాదు, నిన్ను నువ్వు రూపు + దిద్దుకోవటం.

+

A + dream is not that which you see + while + sleeping, it is something that does not let you sleep.

+
+
+ - -
-

- GoodMorning From India
-

+ +
+

Am I doing this right?

+

Hi Mom!

+

Joe

+
+ -
- + +
+ Se é Gaucho meu? -
-

- "Learning from the best! W3schools lets go!" -

-

Claudius Seven

+
+ +
- - -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-

Thank for showing how easy programming can be. -Caius

+
+ +
- - +
- +
+
parararara pararara ...
+
- -
-

Nice tutorial.

+ +

por que não?

+ + + +
+
+
+

J.RobertoMateus Rosa

+ +
+
+

Faith in God that + he is fair, Hey brother never + forget, on + guard, warrior raise your head trout, wherever you are, + however it may be Have faith because + even in the + dump, flowers are born - Brown, Mano

+
Ago 10, 2023 +

Brazil🇧🇷.

+
- +
- + - .closebtn:hover { - color: black; - } - - + +
+

Juntasso com os crias do W3school... 😁🤙

+

Yuri Franco, Brasa

+ +
- +
+

+ "Cuidado que ai vem o saci." +

+

Bigbig

+
-

Alert Messages

+ -

Click on the "x" symbol to close the alert message.

-
- × - PAX has learned well from the tutorial if this - alert box populated in - INDEX.HTML - thank - you for the gift of learning -
+
+

+ "Sou linda, me amo" +

+

Lauzinha

+
- > -
-

- Thankyou W3schools for this course -

-

Filmon from Eritrea

-
+
+

+ "OMAGA, também te amo" +

+

Zeus

+
- + -
-

Thank you very much for your high quality tutorial.

-
+ +

Thank you for the course! - Analogkeyboard

+ - -
-

Thanks for the Tutorial...😇

-

Suman Shaw, India

- -
- - -

Awesome tutorial on Git & GitHub!

-

Keep up the good work W3Schools!

- + +
+
+

Thank you w3schools! The fact I can learn Git for free + online is legendary. You guys rock + (Also thanks + Bina for showing me this cool html gradient thing!). If + you see this, call someone you love + and tell + them so <3< /b> +

+

- Wesley V. Kirchner. Brasil(08/08/23)

+
+
+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+ + +
+

Hello W3SCHOOLS and + Everyone that are taking this + path,
+ I sincerely want to thank w3schools✨ for all + their amazing and clear tutorials, it + has been a + humble and exciting path learning HTML, CSS, JavaScript and now + Git & GitHub.
+ I wish everyone the best and all happiness,
+ Piece,

+

- Albert Nikolli -

+
- -
-

- Hello from Brazil!!
-

-
- + +
+
+

Thank you w3schools! The fact I can learn Git for free + online is legendary. You guys rock + (Also thanks + Bina for showing me this cool html gradient thing!). If + you see this, call someone you love + and tell + them so <3< /b> +

+

- Matt, Northern Ireland. (08/08/23)

+
+
+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+ +
+

Hello Everyone!. Thanks W3SCHOOL for teaching us all Git and + Github .

+
+ +

+ "i'll leave tomorrow problems to tommorow's me." + -Saitama +

+ + +
+
+

Thanks for the tutorial!

+

Bina, Ukraine

+

22.07.2023

+
+
+ - -
-

- Best Git tutorial on the Internet ever!!! -

-

Brandon, Vietnam.

-
- -
-

Thank you guys for this tutorial :)

-
- + +
+

Thank you for making GIT and github easier

+
+ +
+

Parceros, parceros, como andamos! Gracias a w3school aprendí como + usar git, y se lo agradezco + mucho

+
- - Ciao! Sono italiano e è abbastanzo bene!
- ~dense_set - + +
+

"Thanks for these simple and effective tutorials."

+
- -
-

W3Schools tutorials have been a great help in my endeavors - in learning how to code; they are - very - recommendable resource! -

-

Andres Hung - Belize

-
- + +
+

"Takk."

+
+ - -
-

Thanks w3schoools for greate resources you have realy made my - programming - journey from the beginning easy. Am still using your site - and i will - to upgrade my knowledge + +

+

+ Hi + there! Greetings from Poland.

+
+ -

+ +
+
+
+

+ Hello, greetings from Stuttgart +

+

Simon, Germany, 31.07.2023 +

+
+
+
+ -
+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
- -
-

- Greetings and Salutations from the Great White North,
- though our snow has just melted away,
- so the Great North!!
-

-

- Your Brother in Code,
- 2023, April 09
- Friar Gregarious, Canada -

-
- + +
+
+
+

SPECIAL + APPRECIATION

+

+ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ +

+

Here's my favourite quote by Dave Grey that has kept me going + through out my web dev journey: + + Remember to keep striving for success over + perfection and a little progress everyday + would go a very + long way. + +

+

🇳🇬 🇳🇬 🇳🇬 Casmir - + Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬 + 🇳🇬

+
+
+
+ - -
-

Muchas gracias w3schools✨

-

En este sitio he aprendido mucho de programación y realmente - estoy muy agradecido por las - personas que - crearon y mantienen este sitio tan especial para los - desarrolladores

-
+ +
+

I had loads of fun! Thanks w3schools! 💕

+

being part of my life

+
+ - - -
-

"Really this tutorial made the git and github interesting - for me! Thanks For This Tutorial" -

-

👍👍

-

- Kingshuk Bansal,Punjab,India

-
- - - -
-
-

- Thank you for your simple and informative tutorials! - I've learned so much, so quickly, - thanks to - W3SCHOOLS -

-

Keep up the great work devs.

-

‐ Vick, Kenya

-
-
- + + - -
-

- Thanks for your tutorials! -

-

Danh from Vietnam.

-
+
+
+
+

SPECIAL + APPRECIATION

+

+ I took a life changing decision this year to learn web + development and w3schools has been my + back bone + ever since. From the bottom of my heart, I sincerely + appreciate the team members of this + platform and I'm + saying a big THANK YOU! to you all ❤️ +

+

Here's my favourite quote by Dave Grey that has kept me going + through out my web dev journey: + + Remember to keep striving for success over + perfection and a little progress everyday + would go a very + long way. + +

+

🇳🇬 🇳🇬 🇳🇬 Casmir - + Nigeria (Wed 12 July, 2023) 🇳🇬 🇳🇬 + 🇳🇬

+
+
+
+ - -
-

- Thanks for your tutorials! -

-

Zeeshan Malik.

-
+ +
> +

"Hey y'all from Georgia, USA. Learning git is fun!"

+
- -
-

- Appreciate the tutorials! They don't teach Git in my - classes so I'm glad W3Schools is a - thing. - Greetings from Arizona, USA! -

-

Leon - May 12th 2023

-
+ +

¡Saludos de Ezequiel desde Argentina!

+

Thanks for all your amazing tutorials!

- -
-

Thank you for all of the hard work and support dear W3 School - ! ❤ ❤ ❤ -

-
+ +
+

"Greetings from Hope in + Nigeria"

+
+ + +
+

"Hello from Uzbekistan!"

+
- -
-

- I have learnt so many things from w3schools.Thank You so - much for all. -

-

-Nashit from India

-
+ +
+

I had loads of fun! Thanks w3schools! 💕

+

On their 3rd coffee, Julia

+
+ - + +
+

"Hello from DR Congo👋🏽"

+
-
-

Nice high level tutorial!

-

- Paulgorithms

-
- -
- - -
- -
-

Thank you very much for this tutorial! -

-

-Eddie from Tanzania

-
- -
+ +
+
+

This week i did my first push from git to github, i am so + happy

+
+
+ + +
+

"I learn a lot from here. Thank + you!"

+

Ben Yuen 05/07/2023

+
-
-

Thanks for the tutorial!

-

* Tom Sparham *

-

( 0 _ 0 )

-
-
- + +
+

Thank you 3WSchools for teaching me Git and GitHub.

+
+ + + Techie from 2023-07-11 + + +
+

Слава Україні - Slawa Ukrajini - Glory + to Ukraine

+

Diana Demska 03/07/2023 (and btw thank + you Chris for style and + support for + Ukraine)

+
- -
-
-

Good Things Takes time, and programming/web development is a - good things

-

* Learning WevDev Geek *

-

( 0 _ 0 )

-
-
- + +

Thank you so much W3Schools. I am so grateful to be part of this +

- -
-

This is great!!

-

Thanks for the tutorial from Nic

-
+ +
+

+ Sic parvis magna! Thank + you, + W3School! 07/06/23 +

+
- -

- Thanks for this - great - tutorial.

+ +
+

Thank You!

+

+ W3Schools.com +

+
+ +
+

thank you for your tutorial (30/6/23) by Eli Borodach

+
- -
-

Thank you for this tutorial!

-

Russia

-
+ +
+

thank you for your tutorial (29/6/23)

+
+
+

Thanks you

+

Windy - VietNam (03/07/23)

+
-

Fasza Tutorijál!

+ +
+
    +
  • Thanks for the tutorial!
  • +
  • In fact, thanks for all the tutorials! +
  • +
  • Learning a lot from you!
  • +
  • Greetings from Brasil!
  • +
+

Rafa Santana, 29/06/2023 💚

+
+ - -
-

- Great tutorial! -

-

Keep up the good work.

-
- + +
+

thank you for your tutorials!! (Tetsu, 29th.June.2023)

+
+ - -
-

- Thanks for this lesson!! -

-
- + +
+

thank you for your tutorials!! (Dewan, 24 july.2023)

+
+ - -
-

Thank you very much for this tutorial! -

-

-Alex from Greece

-
+ +
+

Great Git tutorial from w3schools. Thanks!

+

BP 25.06.2023

+
+ - -
-

- Great tutorial for beginners! -

-

Love from XS

-
- + +
+

+ Thank you for the tutorial! +

+
+ - -
-

Amazing tutorial. If you wanna - learn git check out this tutorial. -

-

Abdurahman AYDIN From Türkiye

-
+ +

Greetings from France!

- -
-

- One of - the best - tutorial! and stepwise practice.

-

- Thanks!
- Prashant Soni

+ +
+

Thank you for your support! (Bruno, June 21st, 2023)

+
+ + + + +
+
+
+

+ Monox Val

+
+
+

Thank you w3schools 💖

+
+

The best teaching materials are + those who encourage hands on + learning. Teaching + about git and then allowing people to Pull Request to + your repository it's a magnificient + idea.

+

16.06.2023

- - - -
-
-
- Well done tutorial on Git! -
-
-
-
- - Git Tutorial -  at w3schools.com -
-
-
-
Herbert M.
-
Vancouver, British Columbia, Canada
-
Sunday, March 19th, 2023
-
-
-
- - -

KLE was here.

+
+
+ - -
-

Nice tutorial!

-

-Mac Snow

-
- -
-

-


- Great tutorial that I have recommended to friends. - Very clear, we directly work with - examples and the - exercises are well done. Thanks a lot ! -

-

Aline C.

-
+ +

Hello from Nepal

+ +

Thanks for the tutorial.

- -

- Thank you for helping us learn and understand code.We - appreciate it - Love, Thabang Kubheka - ,South Africa -

- - - -

Thanx w3chools from Kaprun!

- - -

Hello, Kedar from BLR!

- - -

(This msg is - added by Aadil Shaikh) Holly - Molly!!! This - Worked!!

- - -
-
-
-

- Francisco Almeida

-
-
-

Thank you w3schools 💖 - (12/03/2023)

-
-

Student in Computational - Engineering at the University of Aveiro - (UA) Portugal - 🇵🇹.

-
-
-
- + +

Thanks for the tutorial.🥳

+ -
-

- "Thanks for this tutorial, it was really - insightful." -

-

Saüc Abadal

-
+ +
+

Thanks for the tutorial! (Alex, June 18th, 2023)

+

P.S. A joke about GitHub from Bing Chat:

+

"What do you call a GitHub user who likes to merge branches?" + - "A git-together."

+
+ + +

Love From china.aaaa!!!!

+ +

Hello world!

+ + +
+

Thank you W3schools for + giving + everyone the + opportunity to learn how to code!
+ Thank you so much for this tutorial 🥰 +

+
+ -
-

What Theodore said below! I thank him for his code as - well 😇

-

🤘 🤘

-

Andreas, Athens, Greece

- -
+ +
+

Thank you for a very nice tutorials.

+

- AbbanDabo

+
+ -

Thank you for the the tutorial, Greetings from TURKEY :) -

+ +
+

Thank W3Schools for a very nice tutorials.

+

It's a pleasure to study with you.

+

Olha

+
+ - -

Thank you w3schools for this awesome tutorial on Git & - GitHub!

-

This is PT from BD

- - - -
-

- " Really grateful for providing such a great and easy - to follow tutorial.
- W3School Tutorials have guided me a lot in my - journey. Thanks a lot"
-

-

Sahil Wani

-

Mumbai, India

-

2023-04-197

-
- + +
+

+ "Be patient. All things are difficult before they seem + easy." +

+

Saadi Shirazi (1210-1291)

+
+ + + +
+

Thank you W3schools for + giving + everyone the + opportunity to learn how to code!
+ so many tutorials ... so much to learn ... so awesome + 🥰 +

+
+ + +
+

+ Greetings From + Peru🦙
+

+

+ Martin Alvarez - June 08, 2023
+

- -
-

- Thank you w3schools for this brilliant tutorial. -

-

Sandrine, from a sunny snowy Stockholm (Sweden)

-
+
+ - -

Thanks

+ +
+
+

Thanks w3school for + letting us get access to your + amazing coding + courses. I learned a lot from you.

+

Jerejef!

+
+
- -
-

- " Really grateful for providing such a great and easy - to follow tutorial.
- W3School Tutorials have guided be a lot in my - journey. Thanks a lot"
-

-

Sahil Wani

-

Mumbai, India

-

2023-04-197

-
- - - -

Just a message.

- - -

It feels so cool to be able to contribute a message to a - public page through code. Thank you - for the - clear tutorial! Michelle :)

- - - -
-

Best tutorial!

-

Thank you, w3schools.com! - Didier Michel

-
- - - -

You made one of the best tutorials on this subject.

- - - -
-

Programming can - be seen as evolution on - steroids — - some handy and attractive code or idea - is reproduced with slight modifications, - and this post - is no exception.

-

Thanks, Theodore from Athens and - everyone who replicated this code - before!

- -
- +
+ +

Doudou Fall -- Senegal

+
- -

Thank you for teaching me how to use Git and GitHub. - Taryn -

- -

Thank you for this easy tutorial, -Ivan Tendou

+ +

Ross was here!

+ - -
-

Thank you for this wonderful course!

-

🤘 🤘

-

Paul BRIAN, United States of - America

- -
- + +
Ross was here!
+ - -
-

w3schools tutorial rocks!

-

🤘 🤘

-

Theodore, Athens, Greece

- -
- - - -

Thank You w3chools for this tutorial

-

Inno-Waluza From Dowa, Malawi @265

- - - - -

- Thank you so much W3 - School for your - great tutorials.They have really been helpful.
Onesmus - from Kenya

- -

Thank you for a hands on tutorial on how to fork!

-

This is Arjun from Hyderabad, India 🇮🇳

- - -
-

- "You miss 100% of the shots you don't take. -Wayne - Gretzky" - Michael Scott -

-

-
+ +
+

+ Thank you for the tutorial! +

+

Stefan Anica,Romania.

+
+ - + +
+

+ Aleksei wants his name on the wall too! +

+
+ +
+

Thanks for this awesome tutorial,Just loved it
krishrx +

+
+ + +
+

+ Jambo,Karibuni Tanzania na tunasema Hakuna Matata!!!! +

+ + Your Brother in Code
+ 2023, April 09
+ Zanzibar,Tanzania
+ +
+ +
+

+ W3S! You Rock! +

+

Artem Ulyanov, Israel

+
+ -

Rawan.

- -
-

Great tutorial and learnt a lot about Github - Kausik. -

-
-
-

This Heading I added Just 4 the Learning Purpose

-
- -
-

A good tutorial to learn Git and Github - KV

-
- -
-

- - "At the heart of Git is collaboration And - collaboration is much easier with w3schools!" - -

-

WASEF ZEMAM

-
-
-

Thanks for this tutorial.
Máté

-
- -
-

- "Thank you for this tutorial, and this amazing - learning platform." - -- Ivan from Berne, Switzerland. -

-
- -
-

Well orgainised content for learning Git and GitHub - - Rohith

-
+

Run, Forrest, run!

- -
-

- " Thank you for all these amazing and easy to follow - tutorials.
- If W3Schools wasn't here to guide me, i'm not sure i - would have gotten to where i am - now.
- Thank you. "
-

-

Hellerlight

-

2023-01-27

-
- - -
-

- "Thank you for this amazing Git tutorial. Exactly - what I was looking for 😇" -

-

-Niq from Vienna, Austria 🇦🇹

-
+ +
+

+ GoodMorning From India
- +

-

HELLO!!!!!!!!!!!!!

+
+ -

Taraji Grande Amore

+
+

+ "Learning from the best! W3schools lets go!" +

+

Claudius Seven

+
- -
-

"One of the most interactive tutorials I've had the - pleasure of working with!"

-

👍👍

-

- Carlos, North Carolina, USA

- -
- + +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+

Thank for showing how easy programming can be. -Caius

+
+ - -
-

From Debabrato

-

Really Nice tutorial

-

02 Feb 2023

-
- -
-

From Dinnkun: good tutorial!

-

Yeah i kinda copy it from the bottom

-

23 Jan 2023 10:52

-
+ - -
-

OLD DOGS!

-

Yes, you can teach an old dog new tricks!

-

Yuma, Arizona, USA

-

January 20, 2023

-
- - -
-

whaaaat!!!!

-

it really is a nice idea

-

India

-

Feb 2, 2023

-
+ +
+

Nice tutorial.

+
+ - - -
-

Best Tutorial i made so far, thank you!

-

Philip-Daniel Ebsworth, Germany.

-

13.01.2023

-
+ + - -
-

Thank you for having such a detailed tutorial on git, - most of other stuff I found was just - commands! -

-

Groningen, The Netherlands.

-

04.02.2023

-
+ - +

Alert Messages

- -
+

Click on the "x" symbol to close the alert message.

+
+ × + PAX has learned well from the tutorial if this + alert box populated in + INDEX.HTML - thank + you for the gift of learning +
-

Moroccan - Developer 🇲🇦

-

- - Thanks a lot W3Schools for such a great Tutorial. - i'm Mustapha NI from Morocco, Foum Zgiud - I truly appreciate your efforts. And this is my - first open-source contribution. - You really make us feel proud... - -

-

Mustapha NI - Morocco, Foum Zgiud

-
- + > +
+

+ Thankyou W3schools for this course +

+

Filmon from Eritrea

+
- -
-

- "Stop staring at your conpuper and go out and play! - Your eyes and your brain are going to - thank - you!" -

-

-Your lovely mother

-
- + - -
-

- - "The best tutorials are always from W3. Thanks so - much!!!" - -

-

OSK

-
- +
+

Thank you very much for your high quality tutorial.

+
- -

I am so delighted with the provision - of this platfform.it helps learn git and gitub very easily. -

- + +
+

Thanks for the Tutorial...😇

+

Suman Shaw, India

+ +
+ - -
-

- - "Magnificent tutorial! Thanks!!" - -

-

frigori

-
- + +

Awesome tutorial on Git & GitHub!

+

Keep up the good work W3Schools!

+ - -
+ +
+

+ Hello from Brazil!!
+

+
+ -

Moroccan - Developer 🇲🇦

-

- - "Thanks a lot W3Schools for such a great Tutorial. - i'am Imad ZR from Morocco, Mohammedia ( weld lekbira - - casablanca ) - I truly appreciate your efforts. And this is my - first open-source contribution. - You really make us feel proud..." - -

-

Imad ZR - Morocco, Mohammedia

-
- - -
-

Keep Rocking w3schools!

-

Juan Jimenez from Aguascalientes, Mexico.

-

12/23/2022

-
+ +
+

+ Best Git tutorial on the Internet ever!!! +

+

Brandon, Vietnam.

+
- -
-

- Best Git Tutorial Ever -

-

Jeremiah

-
- + +
+

Thank you guys for this tutorial :)

+
+ - -
-

- - "Great tutorial for a network engineer, Thank you - all" - -

-

Sadik Turgut

-
- + + Ciao! Sono italiano e è abbastanzo bene!
+ ~dense_set + - -
-

- "Simplicity is the ultimate SOPHISTICATION" -

-

Leonardo Da Vinci

-
+ +
+

W3Schools tutorials have been a great help in my endeavors + in learning how to code; they are + very + recommendable resource! +

+

Andres Hung - Belize

+
+ - -
-

A very big - "THANK YOU TO W3SCHOOL" -

-

I really appreciate all team members that has worked - together to make w3schools.com a meaningful - and useful - website for - everyone who wants to learn web development and - programming. I have learnt alot from w3schools.com and really - appreciate them very well

- Marvelous - Innocent - - Nigeria -
- + +
+

Thanks w3schoools for greate resources you have realy made my + programming + journey from the beginning easy. Am still using your site + and i will + to upgrade my knowledge - -

-

- "Great tutorials, I'm enjoying and learning a lot. - Thanks W3schools" -

-

Cheers from Brazil

-
+

-
-

Hello from Brasil!

-

Daltro Oliveira Vinuto

-
+
-
-

Thank you for this tutorial!

-

India

-
+ +
+

+ Greetings and Salutations from the Great White North,
+ though our snow has just melted away,
+ so the Great North!!
+

+

+ Your Brother in Code,
+ 2023, April 09
+ Friar Gregarious, Canada +

+
+ - -
-

Thank you for this tutorial!

-

India

-
- -
- Great Tutorial , thank you. -
+ - -
- Great Tutorial , thank you team w3schools. +
+

Muchas gracias w3schools✨

+

En este sitio he aprendido mucho de programación y realmente + estoy muy agradecido por las + personas que + crearon y mantienen este sitio tan especial para los + desarrolladores

+
-
+ + +
+

"Really this tutorial made the git and github interesting + for me! Thanks For This Tutorial" +

+

👍👍

+

- Kingshuk Bansal,Punjab,India

+
+ - -
-

Wagwan!

-

Happy to be here

-

By Nick Phaita +254

+ +
+
+

+ Thank you for your simple and informative tutorials! + I've learned so much, so quickly, + thanks to + W3SCHOOLS +

+

Keep up the great work devs.

+

‐ Vick, Kenya

+
+
+ -
+ +
+

+ Thanks for your tutorials! +

+

Danh from Vietnam.

+
- - -
- Great Tutorial , thanks W3. -
+ +
+

+ Thanks for your tutorials! +

+

Zeeshan Malik.

+
+ +
+

+ Appreciate the tutorials! They don't teach Git in my + classes so I'm glad W3Schools is a + thing. + Greetings from Arizona, USA! +

+

Leon - May 12th 2023

+
- + +
+

Thank you for all of the hard work and support dear W3 School + ! ❤ ❤ ❤ +

+
-
-

- - "Hello World!" - -

-

WDJ

-
- + +
+

+ I have learnt so many things from w3schools.Thank You so + much for all. +

+

-Nashit from India

+
- -
-

- - "Thanks a lot W3Schools for such a great Tutorial. - This is the easiest & concise Git Tutorial I've ever - seen. - I truly appreciate your efforts. And this is my - first open-source contribution. - You really make us feel proud..." - -

-

Mustakim Alam Moon

-
- + - -
-

- "thanks so much w3schoools for the great - tutorial." -

-

Sheriff Oladimeji
- -Nigeria

-
+
+

Nice high level tutorial!

+

- Paulgorithms

+
+ +
+ + +
+ +
+

Thank you very much for this tutorial! +

+

-Eddie from Tanzania

+
+ +
-
-

Welcome TO Beautiful country NEPAL

-

Thanks for the awesome Git tutorial W3schools!!!

-

Never gonna give you up, -JSON

-
- -
-

Thank you W3Schools, I got 3 HDs and 1 D in my final.

-
+
+

Thanks for the tutorial!

+

* Tom Sparham *

+

( 0 _ 0 )

+
+
+ - -
-

Sick tutorial! W3 is a super awesome site.

-

Connor from Florida

-
+ +
+
+

Good Things Takes time, and programming/web development is a + good things

+

* Learning WevDev Geek *

+

( 0 _ 0 )

+
+
+ -
-

Welcome TO Beautiful country NEPAL

-

Thanks form Hem Raj Bhatt

-
+ +
+

This is great!!

+

Thanks for the tutorial from Nic

+
- -
-

Thanks for who created this - website.i learn a lot from this - website -

-

SRN^6830

-
+ +

+ Thanks for this + great + tutorial.

- -
-

Great tutorial.

-
+ +
+

Thank you for this tutorial!

+

Russia

+
-
-

Thanks for the nice introduction to Git!

-

Im-A-Noob

-
+

Fasza Tutorijál!

-
-

Hola Amigos, happy learning

-
+ +
+

+ Great tutorial! +

+

Keep up the good work.

+
+ - -
-

hello have a great year.
~Manan

-
+ +
+

+ Thanks for this lesson!! +

+
+ - -
-

Cheers from Serbia.

-

Atanas011

-
- -
-

There are those who can see,
those who can watch, -
and those who can learn.
- Congratulations to making it on this page and learning - everyone. -

-
+ +
+

Thank you very much for this tutorial! +

+

-Alex from Greece

+
-

Hola mundo desde mexico

-

Esto solo son cambios superficiales

+ +
+

+ Great tutorial for beginners! +

+

Love from XS

+
+ - -
-

Cheers from Krakow.

-

MKhlon

-
+ +
+

Amazing tutorial. If you wanna + learn git check out this tutorial. +

+

Abdurahman AYDIN From Türkiye

+
- -
-

Everybody is a genius. But if you judge a fish by its - ability to climb a tree, it will live - its whole - life believing that it is stupid.

-
+ +
+

+ One of + the best + tutorial! and stepwise practice.

+

+ Thanks!
+ Prashant Soni

+
+ - -
-

W3SCHOOL has helped me a lot with its contents. I - heartly thenk you for that! specially - for git - tutorial.

+ +
+
+
+ Well done tutorial on Git!
+
+
+
+ + Git Tutorial +  at w3schools.com +
+
+
+
Herbert M.
+
Vancouver, British Columbia, Canada
+
Sunday, March 19th, 2023
+
+
+
+ +

KLE was here.

- -
-

Thank you for your lessons.
Bulat from - Bashkortostan, Russia.

-
+ +
+

Nice tutorial!

+

-Mac Snow

+
- -
-

Thank you for your lessons.I learned a lot from u people -
Sathwick ,India. -

-
+ +
+

+


+ Great tutorial that I have recommended to friends. + Very clear, we directly work with + examples and the + exercises are well done. Thanks a lot ! +

+

Aline C.

+
- -
-

Thank you for your lessons.
moonlight999777 from - california.

-
-
- Thanks for your - lesson! Luc Van from Viet Nam + +

+ Thank you for helping us learn and understand code.We + appreciate it - Love, Thabang Kubheka + ,South Africa +

+ + + +

Thanx w3chools from Kaprun!

+ + +

Hello, Kedar from BLR!

+ + +

(This msg is + added by Aadil Shaikh) Holly + Molly!!! This + Worked!!

+ + +
+
+
+

+ Francisco Almeida

+
+
+

Thank you w3schools 💖 + (12/03/2023)

+
+

Student in Computational + Engineering at the University of Aveiro + (UA) Portugal + 🇵🇹.

+
+
+ - -
- My open-source contribution - thank you to w3schools! -
+
+

+ "Thanks for this tutorial, it was really + insightful." +

+

Saüc Abadal

+
-
-

w3schools

-

Thank you for the tutorials!

-
+
+

What Theodore said below! I thank him for his code as + well 😇

+

🤘 🤘

+

Andreas, Athens, Greece

+ +
-
-

Keep Learning - -BelowSeaLevel

-
+

Thank you for the the tutorial, Greetings from TURKEY :) +

+ + +

Thank you w3schools for this awesome tutorial on Git & + GitHub!

+

This is PT from BD

+ + + +
+

+ " Really grateful for providing such a great and easy + to follow tutorial.
+ W3School Tutorials have guided me a lot in my + journey. Thanks a lot"
+

+

Sahil Wani

+

Mumbai, India

+

2023-04-197

+
+ -
-

Thanks for your lessons! Enoch from Nigeria.

-
+ +
+

+ Thank you w3schools for this brilliant tutorial. +

+

Sandrine, from a sunny snowy Stockholm (Sweden)

+
-
-

Love is the only thing that matters.

-
+ +

Thanks

-
-

From Carl in Guatemala

-

Thanks for the tutorial.

-

Have a beautiful day, friends!

-
+ +
+

+ " Really grateful for providing such a great and easy + to follow tutorial.
+ W3School Tutorials have guided be a lot in my + journey. Thanks a lot"
+

+

Sahil Wani

+

Mumbai, India

+

2023-04-197

+
+ + + +

Just a message.

+ + +

It feels so cool to be able to contribute a message to a + public page through code. Thank you + for the + clear tutorial! Michelle :)

+ + + +
+

Best tutorial!

+

Thank you, w3schools.com! + Didier Michel

+
+ -
-

That was awesome!

-

Thank you from DenVR

-
+ +

You made one of the best tutorials on this subject.

+ - - - - - - -
-
-

人生軟腸

-

This is just a chapter, not your whole story. ♥

-
-
-

- - CaiXinRu, Taiwan

+ +
+

Programming can + be seen as evolution on + steroids — + some handy and attractive code or idea + is reproduced with slight modifications, + and this post + is no exception.

+

Thanks, Theodore from Athens and + everyone who replicated this code + before!

+ +
+ - -
-

- "Happiness is only real when shared" -

-

Haresh

-
+ +

Thank you for teaching me how to use Git and GitHub. - Taryn +

+ +

Thank you for this easy tutorial, -Ivan Tendou

- -
-

-

"W3SCHOOLS is great plateforme to learn code."

-

-

Thank you!

-
+ +
+

Thank you for this wonderful course!

+

🤘 🤘

+

Paul BRIAN, United States of + America

+ +
+ - -
-

- "Cindy, internship, research paper, all the best - things in the world." -

-

Yifan

-
+ +
+

w3schools tutorial rocks!

+

🤘 🤘

+

Theodore, Athens, Greece

+ +
+ + + +

Thank You w3chools for this tutorial

+

Inno-Waluza From Dowa, Malawi @265

+ + + + +

+ Thank you so much W3 + School for your + great tutorials.They have really been helpful.
Onesmus + from Kenya

+ +

Thank you for a hands on tutorial on how to fork!

+

This is Arjun from Hyderabad, India 🇮🇳

+ + +
+

+ "You miss 100% of the shots you don't take. -Wayne + Gretzky" - Michael Scott +

+

+
- -
-

- "My first open-source contribution. PROUD!" -

-

iskuzmi

-
+ -
-

Thanks for your lessons! Andrii from Kyiv.

-
- -
- Thank you w3schools for the fork tutorial..from Maddy
- - -
-

Thank you w3school.com for - great tutorial.🙏

- ❤️❤️❤️❤️❤️❤️ -

Rahul from India

-
+

Rawan.

- -
-

Thank you W3Schools! You have - helped me the most - in my learning journey!! - You are a - blessing!!!

-

~Love from Anshul, India

-
+ +
+

Great tutorial and learnt a lot about Github - Kausik. +

+
+
+

This Heading I added Just 4 the Learning Purpose

+
+ +
+

A good tutorial to learn Git and Github - KV

+
+ +
+

+ + "At the heart of Git is collaboration And + collaboration is much easier with w3schools!" + +

+

WASEF ZEMAM

+
+
+

Thanks for this tutorial.
Máté

+
+ +
+

+ "Thank you for this tutorial, and this amazing + learning platform." + -- Ivan from Berne, Switzerland. +

+
+ +
+

Well orgainised content for learning Git and GitHub - + Rohith

+
- -
-

- The most helpful git tutorial on the internet :)

-

From Khaled Amir, Egypt

+ +
+

+ " Thank you for all these amazing and easy to follow + tutorials.
+ If W3Schools wasn't here to guide me, i'm not sure i + would have gotten to where i am + now.
+ Thank you. "
+

+

Hellerlight

+

2023-01-27

+
+ -
+ +
+

+ "Thank you for this amazing Git tutorial. Exactly + what I was looking for 😇" +

+

-Niq from Vienna, Austria 🇦🇹

+
- -
-

W3Schools paves the way for new developers, thank you - for all your efforts

-
+ - -
-

- "My open-source contribution. PROUD!" -

-

Rumiani

-
+

HELLO!!!!!!!!!!!!!

- -
-

- "My first open-source contribution. PROUD!" -

-

Rakesh

-
+

Taraji Grande Amore

- -
-

- Thanks a lot for all your efforts. Thanks to you - world becomes a better place! -

-

Vyacheslav

-
+ +
+

"One of the most interactive tutorials I've had the + pleasure of working with!"

+

👍👍

+

- Carlos, North Carolina, USA

+ +
+ - -
-

Talha has been here.

-

Talha, Pakistan

-
- -
-

Thank you for this tutorial!

-

Tendai, Zimbabwe

-
+ +
+

From Debabrato

+

Really Nice tutorial

+

02 Feb 2023

+
- -
-

Thank you fro tutorial

-

Artem, Ukraine

-
+ +
+

From Dinnkun: good tutorial!

+

Yeah i kinda copy it from the bottom

+

23 Jan 2023 10:52

+
- -
-

Thanks from Karabagh, Azerbaijan :)

-

Jalal Rahmanov, Azerbaijan

-
+ +
+

OLD DOGS!

+

Yes, you can teach an old dog new tricks!

+

Yuma, Arizona, USA

+

January 20, 2023

+
- -

Inserted message

-

No positivity, no negativity. Just an insertion.

+ + +
+

whaaaat!!!!

+

it really is a nice idea

+

India

+

Feb 2, 2023

- -
-

Thank you for this tutorial!

-

Filip, Serbia

+ + +
+

Best Tutorial i made so far, thank you!

+

Philip-Daniel Ebsworth, Germany.

+

13.01.2023

+ - -
-

Quote From Dostoyevsky

-

Especially Turkish Tea

+ +
+

+ This was the best tutorial I found so far! Kamron. +

+

Tashkent. Uzbekistan

+

01.030.23

+
+ -
-

“I say let the world go to - hell, but I should always have my - tea.” -

-

Fyodor Dostoevsky

-
+ +
+

Thank you for having such a detailed tutorial on git, + most of other stuff I found was just + commands! +

+

Groningen, The Netherlands.

+

04.02.2023

+ + +
- -
-

Thank You W3Schools ❤️ for you - lovely support, carry on 🤘🤘🤘🤘 - Love from - India.

-
- Vaibhav - Yadav, India.
+

Moroccan + Developer 🇲🇦

+

+ + Thanks a lot W3Schools for such a great Tutorial. + i'm Mustapha NI from Morocco, Foum Zgiud + I truly appreciate your efforts. And this is my + first open-source contribution. + You really make us feel proud... + +

+

Mustapha NI - Morocco, Foum Zgiud

+ - +

- "Hello World!" + "Stop staring at your conpuper and go out and play! + Your eyes and your brain are going to + thank + you!"

-

Ergun

+

-Your lovely mother

+ - -
-

what a tutorial! - :)

-

Thank you so much , Ali,IRAN <3 -

+ +
+

+ + "The best tutorials are always from W3. Thanks so + much!!!" + +

+

OSK

+ - -
-
-

- Take one step at a time,
- never stop learning, and... -

-
-
-

Never give up!

-
-
+ +

I am so delighted with the provision + of this platfform.it helps learn git and gitub very easily. +

+ - -
-

I've learned many things from you.

-

Thank you w3schools.com family!

+ +
+

+ + "Magnificent tutorial! Thanks!!" + +

+

frigori

+ - -

Всем добра!

-

Спасибо за учебу!

-
- - -
-

- - "Doing 1% of improvement every single day" - -

-

Grafstyle

-
- - - -
-

This is my first contribution with any github fork. thanks a lot for - this

-

-

W3School always gives a simple and clear explanation which is easy to - understand

-

-

Best wishes from India, always roXx .

-
- - - - - - -

- ~Naveen, - India

- - -
-

Hi I'm David From Indonesia, Thank you very much for this tutorial

-
- - -
-

Thank you very much for this tutorial!

-
+ +
- -
-

Mubarak Mayyeri was here

-

Thanks to w3schools and Git

-
+

Moroccan + Developer 🇲🇦

+

+ + "Thanks a lot W3Schools for such a great Tutorial. + i'am Imad ZR from Morocco, Mohammedia ( weld lekbira + - casablanca ) + I truly appreciate your efforts. And this is my + first open-source contribution. + You really make us feel proud..." + +

+

Imad ZR - Morocco, Mohammedia

+
+ - -
-

Thank you very much from Romania

-

Mihai Neagu

-
+ +
+

Keep Rocking w3schools!

+

Juan Jimenez from Aguascalientes, Mexico.

+

12/23/2022

+
- -
-

Good work

-

Hakuna matata (!:!)

-
+ +
+

+ Best Git Tutorial Ever +

+

Jeremiah

+
+ - -
-
-

Coding is not - an easy thing to do, but - we'll keep - trying, learning and improving till we become great, so far we dont - give up.. 😊 😊 -

-

- Lovely - website.. Thank you very much for this tutorial!

-

- ...Stephen from - Nigeria

-
-
- -
-

This tutorial is wonderful, I learned everything I needed.

-

Thanks from Brasil.

-
+ +
+

+ + "Great tutorial for a network engineer, Thank you + all" + +

+

Sadik Turgut

+
+ - -
-

Nice tutorial!!!

-
+ +
+

+ "Simplicity is the ultimate SOPHISTICATION" +

+

Leonardo Da Vinci

+
-
-

Amazing tutorial!

-

Thanks a ton :)

-
+ +
+

A very big + "THANK YOU TO W3SCHOOL" +

+

I really appreciate all team members that has worked + together to make w3schools.com a meaningful + and useful + website for + everyone who wants to learn web development and + programming. I have learnt alot from w3schools.com + and really + appreciate them very well

+ Marvelous + Innocent + + Nigeria +
+ - -
-

I finally did it guys !!

-

On my way becoming software engineer! Thanks for this tutorial !

-

Best wishes, Cosmin .

-
+ +
+

+ "Great tutorials, I'm enjoying and learning a lot. + Thanks W3schools" +

+

Cheers from Brazil

+
-
-

Thanks for Fork tutorial

-

ykm

-
+
+

Hello from Brasil!

+

Daltro Oliveira Vinuto

+
- -
-

W3Schools is the main school!!!

-

I appreciate the team

-
+
+

Thank you for this tutorial!

+

India

+
-
-

Best website where you can improve your developer skills

-

Gin

-
+ +
+

Thank you for this tutorial!

+

India

+
-
-

Big THANK YOU

-

Sami - Algeria

-
+ +
+ Great Tutorial , thank you. +
-
-

Thanks from Middle east

-

Sepehr

-
+ +
+ Great Tutorial , thank you team w3schools. - -
-

i really learned from this website. we hope to add more tutorials like flutter .

-

Thanks from Morocco

-
+
- -
With Love From GoldCoast - Pizzosta
-
-

Thank you very much for this tutorial!

-

Johanka

-
+ +
+

Wagwan!

+

Happy to be here

+

By Nick Phaita +254

- -
-

Thanks a lot!

-
+
- -
- Great tutorial on Fork and Git.
keep it up.
ANUBHAV FROM INDIA 🇮🇳 -
- - -
-

- - From Bangladesh, to W3Schools, so much thanks
- for turning the hardest topics into so easy ones to - learn! - Please add more tutorials because your tutorials are the best! -

-
+ -
-

- - hello from migoilee 2022 :) -

-
- -
-

W3schools is so COOL! The tutorials is easy to understand which may disable language - barrier!

-

Thanks from China

-
- -
-

W3Schools is really make programming education great and easy to understand

-

Thanks from Indonesia

-
+ +
+ Great Tutorial , thanks W3. +
- -
-

Thanks to W3Schools for its simplicity

-

Thanks from India

-
- -
-

W3Schools☀️❤️

-

Thanks from China

-
+ - -
-

- 💖 Thanks from Thailand! 💖 -

-

- 💖 W3schools 💖 -

-
+
+

+ + "Hello World!" + +

+

WDJ

+
- -
-

Thanks to W3Schools for its simplicity

-

Reza Sajjadian from Iran

-
+ - -
-

Just trying out the github tutorial

-

ARRW

-
+ +
+

+ + "Thanks a lot W3Schools for such a great Tutorial. + This is the easiest & concise Git Tutorial I've ever + seen. + I truly appreciate your efforts. And this is my + first open-source contribution. + You really make us feel proud..." + +

+

Mustakim Alam Moon

+
+ - -
-

Awesome GitHub tutorial!

-

Siklab

-
+ +
+

+ "thanks so much w3schoools for the great + tutorial." +

+

Sheriff Oladimeji
+ -Nigeria

+
- -
-
-
-

Thanks for the - tutorial W3schools. - 😁

-
-
-

John K

-
-

- Scotland

-
-
-
+ +
+

+ + "Cheers guys!" + +

+

Nima

+
+ - -
-

Thanks W3schools from Georgia!

-
+
+ Thanks for your + lesson! Tushar +
- -
-

Just trying out the github tutorial

-

ARRW

-
+ - -
-

Thanks for the tutorial W3Schools. It's great!

-

Mr.Market

-
+
+

Cheers from Lviv.

+

Yevhen

+
- -
-

Why w3school is awesomme?

-

W3schools is one of the best online ressources to learn computer science .It gives you a - clear roadmap - troughout your journey. It has a great editor , good documentations for almost all - programming language.

-

Thanks W3schools for your support.

-
-

Blaise

-
+
+

Welcome TO Beautiful country NEPAL

+

Thanks for the awesome Git tutorial W3schools!!!

+

Never gonna give you up, -JSON

+
- -
-

warm greetings from Ukraine

-
+ +
+

Thank you W3Schools, I got 3 HDs and 1 D in my final.

+
+ +
+

Sick tutorial! W3 is a super awesome site.

+

Connor from Florida

+
- -
-
-
-

- Thank you W3schools for all the great tutorials -

-
-
-

Hassan Rasoulpour

-
-

Mahabad-Iran

-
-
-
+
+

Welcome TO Beautiful country NEPAL

+

Thanks form Hem Raj Bhatt

+
- -
-

If you think math - is hard, try web - development.

-

Mansoor Alamyar - from Afghanistan. -

-
+ +
+

Thanks for who created this + website.i learn a lot from this + website +

+

SRN^6830

+
- -
-

Thank You W3 Schools

-

Ali,Iran.

-
+ +
+

Great tutorial.

+
- -
-

I enjoy W3Schools Tutorials on Web Development.

-

W3Schools has helped a lot of people (incl. myself) to learn Web Development easily and - comprehensively.
- Thank you and one day, I hope to help more people.

-

-HBO, Lagos Nigeria.

-
+
+

Thanks for the nice introduction to Git!

+

Im-A-Noob

+
- -
-

" I'm happy about learning in W3schools. I would tell others - about it in the - future."

-
+
+

Hola Amigos, happy learning

+
- -
-

Thank you W3SCHOOL

-

Coding is not just writing a code it is an art of life!

-
+ +
+

hello have a great year.
~Manan

+
- -
-

- "Thanks for this tutorial. It was really helpful" -

-

Maria Djadi

-
- -
-

I'm a student from São Paulo, Brazil.
I'm Happy learning - Git and Github -

-

Vinícus :)

-
- -
-
-

Want to learn new tech skills? Always w3schools was the first tutor to - start

-

Thank You

-
-
+ +
+

Cheers from Serbia.

+

Atanas011

+
+ +
+

There are those who can see,
those who can watch, +
and those who can learn.
+ Congratulations to making it on this page and learning + everyone. +

+
- -
-
-

If you plan on being anything less than you are capable of being, you - will probably be - unhappy all the days of your life. -Abraham Maslow

-

Great tutorial, thanks !

-
-
+

Hola mundo desde mexico

+

Esto solo son cambios superficiales

-
-

- "Hello :)" -

- "Great git tutorial, you the best. Thank you!"

-

van2jazz

-
+ +
+

Cheers from Krakow.

+

MKhlon

+
- -
-

Thanks W3SCHOOL

-

We learn for the fun!

-
+ +
+

Everybody is a genius. But if you judge a fish by its + ability to climb a tree, it will live + its whole + life believing that it is stupid.

+
- -
-

Truth hurts!

-
+ +
+

W3SCHOOL has helped me a lot with its contents. I + heartly thenk you for that! specially + for git + tutorial.

+
-
-

Are you so idle that you are reading these messages? - You are still far from getting a job. - Spend your time on learning.

-
- -
-

I like the message above

-
+ +
+

Thank you for your lessons.
Bulat from + Bashkortostan, Russia.

+
- -
-

I like the message above even more!

-
+ +
+

Thank you for your lessons.I learned a lot from u people +
Sathwick ,India. +

+
- -
-
-

W3School, a platform for beginers,

-

Et une plateforme pour les personnes expérimentées!

-

Daniel Mofor sends Love and - Gratitude,
From - Bamenda, Cameroon. -

-
-
+ +
+

Thank you for your lessons.
moonlight999777 from + california.

+
- -
-

Greetings from NYC!

-
+
+ Thanks for your + lesson! Luc Van from Viet Nam +
-
-

Appreciating for the great tutorials

-
- -
-

Very thanks, W3Schools

-
+ +
+ My open-source contribution - thank you to w3schools! +
- -
-

W3School keren!!!

-
+
+

w3schools

+

Thank you for the tutorials!

+
- -
-

JazakAllah for this. May Allah bless you :)

-
+
+

Keep Learning + -BelowSeaLevel

+
- -
-

Thank you - w3schools for the - tutorial!

-

Samuel from Panama -

-
+
+

Thanks for your lessons! Enoch from Nigeria.

+
- -
-

Code long and prosper!)

-

Me(28%) and Spok(62%)

-
+
+

Love is the only thing that matters.

+
- -
-

Thank you for providing free education to everyone! These free resources are invaluable to - so many people, - including myself.

-
-

"No act of kindness, no matter how small, is ever - wasted"

-
Aesop
-
-
+
+

From Carl in Guatemala

+

Thanks for the tutorial.

+

Have a beautiful day, friends!

+
-
-

Hi all

-
+
+

That was awesome!

+

Thank you from DenVR

+
- -
-

I like w3schools tutorials on web development

-

w3schools helped a lot to learn web development easily and comprehensively

-
-
-

It's better to light a candle than to curse the darkness.

-

Confucio

-
+ + + + + + +
+
+

人生軟腸

+

This is just a chapter, not your whole story. ♥

+
+
+

+ - CaiXinRu, Taiwan

- -
-

w3schools is the best

-
+ +
+

+ "Happiness is only real when shared" +

+

Haresh

+
- -
-

Thank you, from israel!

-
- -
-

What a great tutorial!

-
+ +
+

+

"W3SCHOOLS is great plateforme to learn code."

+

+

Thank you!

+
- -
-

- Thank you for everything ❤ -

-

Tôn Thành Tâm

-
- -
-

- "I learned a lot from W3Schools, Thanks" -

-
+ +
+

+ "Cindy, internship, research paper, all the best + things in the world." +

+

Yifan

+
- -
-
-

Thank you w3schools for your - amazing tutorials -

- Kinyanjui-Joseph -

From Kenya 254!

-
-
+ +
+

+ "My first open-source contribution. PROUD!" +

+

iskuzmi

+
- -
-

Thanks for the tutorial. Y'all Rock!

-
+
+

Thanks for your lessons! Andrii from Kyiv.

+
- -
-

Thanks W3Schools

-

The tutorial helped a lot.

-
+ +
+ Thank you w3schools for the fork tutorial..from Maddy
- -
-
-

Amazing tutorial! Thanks a lot w3schools!!

-
-
+ +
+

Thank you w3school.com for + great tutorial.🙏

+ ❤️❤️❤️❤️❤️❤️ +

Rahul from India

+
- -
-
-

- This course is informative. I would recommend it to anyone looking for a quick - introduction to Git. -

-
-
+ +
+

Thank you W3Schools! You have + helped me the most + in my learning journey!! + You are a + blessing!!!

+

~Love from Anshul, India

+
- -
-

- "Thank you for the tutorial :)" -

-
+ +
+

+ The most helpful git tutorial on the internet :)

+

From Khaled Amir, Egypt

- -
-
-

- Hey frind!! nice tutorial, thank you -

-
-
+
- -
-

Thanks W3Schools!"

-

Your commitment to education - is very - impressive!

-
+ +
+

W3Schools paves the way for new developers, thank you + for all your efforts

+
- -
-

Thanks W3, great tutorial!

-
+ +
+

+ "My open-source contribution. PROUD!" +

+

Rumiani

+
- -
-

Thanks for your tutorial!

-
+ +
+

+ "My first open-source contribution. PROUD!" +

+

Rakesh

+
- -
-
-

Thank you w3schools

-

From,

- Raju Kumar S -

love from India!

-
-
+ +
+

+ Thanks a lot for all your efforts. Thanks to you + world becomes a better place! +

+

Vyacheslav

+
- -
-

- "Thank you for great tutorial!" -

-

Best Resource about Git

-
+ +
+

Talha has been here.

+

Talha, Pakistan

+
- -
-

"Thank you very much for this tutorial"

-

Abdulmumin from Nigeria

-
+ +
+

Thank you for this tutorial!

+

Tendai, Zimbabwe

+
- -
-
-

- Make it as simple as possible, but not simpler - Albert Einstein -

-
+ +
+

Thank you fro tutorial

+

Artem, Ukraine

+
- -
-

Sanjeeb from India(Hyderabad)

-

Thanks for your tutorial!

-
+ +
+

Thanks from Karabagh, Azerbaijan :)

+

Jalal Rahmanov, Azerbaijan

+
- -
-

Peter Nguyen from VietNam

-

Thank you very much for this tutorial

-
+ +

Inserted message

+

No positivity, no negativity. Just an insertion.

+
- -
-

Thanks for your tutorial!

-

Alan from Vietnam

-

Welcome to Vietnam!

-
+ +
+

Thank you for this tutorial!

+

Filip, Serbia

+
- -
-

- "Thank you so much for the tutorial!" -

-

You are the Best

-
- -
-

- "Easiest and most useful tutorial" -

Thank you

-
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+ +
+

Quote From Dostoyevsky

+

Especially Turkish Tea

- -
-
-

Great tutorial thanks w3schools

-
-
+
+

“I say let the world go to + hell, but I should always have my + tea.” +

+

Fyodor Dostoevsky

+
+
-
-

Thanks a lot W3Schools.

-

Mudabbir Hussain Momin from India

-
- -
-

Thanks for the git tutorial. It really helped me understand the system better.

-
- -
-
-
-

Ali Rihan

-
-
-

Thank you w3schools 💖

-
-

Computer and Systems Engineer, graduated from the Faculty of - Engineering, - Alexandria - University in Egypt.

-
-
-
- + +
+

Thank You W3Schools ❤️ for you + lovely support, carry on 🤘🤘🤘🤘 + Love from + India.

+
- Vaibhav + Yadav, India.
+
- -
-

- "Thank you for great tutorial!" -

-

Best Resource about Git

-
+ +
+

+ "Hello World!" +

+

Ergun

+
- -
-

Aakash Dinkar made this commit

-

- - Have a Nice Day!!! - -

- -
+ +
+

what a tutorial! + :)

+

Thank you so much , Ali,IRAN <3 +

+
- -
-

- Razvojno okruženje -
-

-
+ +
+
+

+ Take one step at a time,
+ never stop learning, and... +

+
+
+

Never give up!

+
+
- -
-

- Make Peace not war! Love eachother. -
-

-
-

- Thanks for the tutorial! Cheers. -

+ +
+

I've learned many things from you.

+

Thank you w3schools.com family!

+
- -
-

- Coding is Fun!!!. -
-

-
+ +

Всем добра!

+

Спасибо за учебу!

+
- -
-
- - - -
-
-

- Hello,

-

- again after 1 - year.

-
-

- Success is not final; failure is not fatal: It is the courage to continue that counts. -
-Winston - S. - Churchill -

-
-
+ +
+

+ + "Doing 1% of improvement every single day" + +

+

Grafstyle

+
+ - -
-
-

- Make it as simple as possible, but not simpler - Albert Einstein -

-
+ +
+

This is my first contribution with any github fork. thanks a lot for + this

+

+

W3School always gives a simple and clear explanation which is easy to + understand

+

+

Best wishes from India, always roXx .

+
- -
-

Be kind to everyone, and you will live a happy life!

-
+ + + + + +

+ ~Naveen, + India

-
-

Your tutorials are so clear lots of love from - zimbabwe 💖

-

ezrajuba

-
+ +
+

Hi I'm David From Indonesia, Thank you very much for this tutorial

+
+ +
+

Thank you very much for this tutorial!

+
- -
-

Thanks for your tutorial! I'm learning Git, - Github and HTML all - in 1 tutorial.

-

Nik from Malaysia

-
+ +
+

Mubarak Mayyeri was here

+

Thanks to w3schools and Git

+
- -
-

Yet another great tutorial

-

AllanK from Turkmenistan 1.5.2024

-
+ +
+

Thank you very much from Romania

+

Mihai Neagu

+
+ +
+

Good work

+

Hakuna matata (!:!)

+
- -
-

w3schools is a great resource thank you.

-

~Brandon from Japan

-

06/04/2022

+ +
+
+

Coding is not + an easy thing to do, but + we'll keep + trying, learning and improving till we become great, so far we dont + give up.. 😊 😊 +

+

+ Lovely + website.. Thank you very much for this tutorial!

+

+ ...Stephen from + Nigeria

+
- -
-

- - Where there's a will there's a way. -
-

-
+ +
+

This tutorial is wonderful, I learned everything I needed.

+

Thanks from Brasil.

+
-
-

Everything is hard before it is easy

-

Goethe

-
+ +
+

Nice tutorial!!!

+
- -
-

You really make my day, TYSM - :)

-

- Hoang Quoc Vjet -

-
+
+

Amazing tutorial!

+

Thanks a ton :)

+
-
-

"Don't let the noise of others' opinions drown out your own - inner voice." -

-

Steve Jobs

-
+ +
+

I finally did it guys !!

+

On my way becoming software engineer! Thanks for this tutorial !

+

Best wishes, Cosmin .

+
- -
-

"There is no try, only do!" - Yoda

-

Love from Vancouver, Canada

-
+
+

Thanks for Fork tutorial

+

ykm

+
-
-

- W3Schools is absolutely the best. Love y'all <3 -

-

Love from Richard Zhang

-
+ +
+

W3Schools is the main school!!!

+

I appreciate the team

+
-
-

- W3Schools is absolutely the best. Love y'all <3 -

-

Love from Fadlu Lanre

-

Love from Abeokuta, Nigeria.

-
+
+

Best website where you can improve your developer skills

+

Gin

+
-
-

- W3school has always been my mentor! Lots of Love🦾 -

-

The self learner on W3schools

-

Please update more tutorials

-

Love from Bhutan.

-
+
+

Big THANK YOU

+

Sami - Algeria

+
- -
-

- Let's learn together from W3Schools💖 -

-

- Abhishek from India

-
+
+

Thanks from Middle east

+

Sepehr

+
-
-

- "Hii"
Danke por el curso :D"
-

-

Apurv

-
+ +
+

i really learned from this website. we hope to add more tutorials like flutter .

+

Thanks from Morocco

+
-
-

" In theory, theory and practice are the same. In practice, - they’re not. " -

-

From Khuong Nguyen

-
+ +
With Love From GoldCoast - Pizzosta
+
+

Thank you very much for this tutorial!

+

Johanka

+
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

Love from SB

-
+ +
+

Thanks a lot!

+
- -
-

Thank you w3school

-

Love from Bangladesh

-
+ +
+ Great tutorial on Fork and Git.
keep it up.
ANUBHAV FROM INDIA 🇮🇳 +
+ + +
+

+ + From Bangladesh, to W3Schools, so much thanks
+ for turning the hardest topics into so easy ones to + learn! + Please add more tutorials because your tutorials are the best! +

+
- -
-

Thanks to w3schools for their well structured and detailed tutorial and th e reason why we - are all programmer -

-
+
+

+ + hello from migoilee 2022 :) +

+
+ +
+

W3schools is so COOL! The tutorials is easy to understand which may disable language + barrier!

+

Thanks from China

+
+ +
+

W3Schools is really make programming education great and easy to understand

+

Thanks from Indonesia

+
- -
-

Hello from Luxemburg :)

-

Thanks for all these great tutos !

-

22/05/2022

-
+ +
+

Thanks to W3Schools for its simplicity

+

Thanks from India

+
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

AQUI É SENAC SL - É OS GURI E A GURIA

-
+ +
+

W3Schools☀️❤️

+

Thanks from China

+
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

Love from India

-
- -
-

- Thanks W3 School for all the amazing tutorials! -

-

Love from India

-

Payal Dhakad

+ +
+

+ 💖 Thanks from Thailand! 💖 +

+

+ 💖 W3schools 💖 +

+
-
+ +
+

Thanks to W3Schools for its simplicity

+

Reza Sajjadian from Iran

+
- -
-

-

-

AQUI É SENAC SL - É OS GURI E A GURIA

-
-

-

Eles mesmo

-
+ +
+

Just trying out the github tutorial

+

ARRW

+
- -

Thank you for the tutorial W3school!

-

Don't forget to laugh and drink water..

-

Ncha! -miyaavkatz

+ +
+

Awesome GitHub tutorial!

+

Siklab

+
- -
-

- Thanks W3School for the amazing tutorials -

- -

Ahmad from Pakistan🇵🇰

-
-

18-05-2022

+ +
+
+
+

Thanks for the + tutorial W3schools. + 😁

+
+
+

John K

+
+

+ Scotland

+
+
- -
-

- Thanks for the tutorial W3 School! -

-

Thanks for the all amazing content

-

Harsh Goyal from India ❤️⭐

-
+ +
+

Thanks W3schools from Georgia!

+
- -
-

- "Hello, this is Kei"
Thanks for the awesome learning platform"
-

-

Kei

-
+ +
+

Just trying out the github tutorial

+

ARRW

+
- -
-

- "This is Raj Maity"
I have learned git and github from w3schools"
-

-

Raj

-
+ +
+

Thanks for the tutorial W3Schools. It's great!

+

Mr.Market

+
- -
-

lots of love from india

-

front-end developer

-

i'm not styling it too much coz i feel lazy when i'm writing this

-
+ +
+

Why w3school is awesomme?

+

W3schools is one of the best online ressources to learn computer science .It gives you a + clear roadmap + troughout your journey. It has a great editor , good documentations for almost all + programming language.

+

Thanks W3schools for your support.

+
+

Blaise

+
- -
-

- "W3schools has really helped me get into coding free of charge.
I am eternally - grateful for your - knowledge."
-

-

Victor

-
+ +
+

warm greetings from Ukraine

+
- -
-

Made with ♥♥♥ -

-

Quang Tran

-
- -
-

- "Thank you w3schools!! You are awesome"
Thanks for the awesome learning platform"
-

-

Kei

+ +
+
+
+

+ Thank you W3schools for all the great tutorials +

+
+
+

Hassan Rasoulpour

+
+

Mahabad-Iran

+
+
- -
-

- Thank you for everything! -

-

I am really grateful

-
+ +
+

If you think math + is hard, try web + development.

+

Mansoor Alamyar + from Afghanistan. +

+
- -
-

- Thank you for everything! - payal dhakad - Date:1/06/2022 -

-

I am really grateful

-
+ +
+

Thank You W3 Schools

+

Ali,Iran.

+
- -
-

- Thanks for the tutorial W3 School! -

-

Josephzal

-
+ +
+

I enjoy W3Schools Tutorials on Web Development.

+

W3Schools has helped a lot of people (incl. myself) to learn Web Development easily and + comprehensively.
+ Thank you and one day, I hope to help more people.

+

-HBO, Lagos Nigeria.

+
- -
-

Aspiringlivlity

-

Learning git and github...thanks W3!

-
+ +
+

" I'm happy about learning in W3schools. I would tell others + about it in the + future."

+
- -
-

- W3 School helps me. Thank you W3 School! -

-

xOviwyRx

-
+ +
+

Thank you W3SCHOOL

+

Coding is not just writing a code it is an art of life!

+
- -
-

- "Thank you W3 School!" -

-

Mayank

-
+ +
+

+ "Thanks for this tutorial. It was really helpful" +

+

Maria Djadi

+
+ +
+

I'm a student from São Paulo, Brazil.
I'm Happy learning + Git and Github +

+

Vinícus :)

+
+ +
+
+

Want to learn new tech skills? Always w3schools was the first tutor to + start

+

Thank You

+
+
- -

Thank you w3schools for all the wonderful tutorials!

-

I have learned a lot from your tutorials.

-

kingcong was here 04/26/2022.

-

Please support w3scools.com

- + +
+
+

If you plan on being anything less than you are capable of being, you + will probably be + unhappy all the days of your life. -Abraham Maslow

+

Great tutorial, thanks !

+
+
- -
-

- "Thank you!" -

-

Rashid

-
+
+

+ "Hello :)" +

+ "Great git tutorial, you the best. Thank you!"

+

van2jazz

+
-
-

Thank you

-

Andile

-
+ +
+

Thanks W3SCHOOL

+

We learn for the fun!

+
- -

Hello w3school Community

-

I look foward to working with my first collab on github

- - -
-
-
- When something is important enough, you do it even if the odds are not in your - favor. - Elon musk -
-
21/04/2022
-
-
+ +
+

Truth hurts!

+
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
-

Thanks w3schools for such a great course on Git/GitHub

-

Love from India💖💖💖

-

~Rishabh Sharma

+
+

Are you so idle that you are reading these messages? + You are still far from getting a job. + Spend your time on learning.

+
- + +
+

I like the message above

+
- -

Thank you, W3SCHOOL

-
-
-

- Thanks a Lot! - Javier. From 🇦🇷 🇦🇷 🇦🇷 -

-
-
Argentina, - 17/04/2022
-
+ +
+

I like the message above even more!

+
- -
-

Mac Green Bear

-

Git'in in gear with Git and GitHub...thanks W3!

-
+ +
+
+

W3School, a platform for beginers,

+

Et une plateforme pour les personnes expérimentées!

+

Daniel Mofor sends Love and + Gratitude,
From + Bamenda, Cameroon. +

+
+
- -
-

"Learn Something in Everything & Learn Everything in Something"

-

~ GB, 13 April, 2022

-

Thank You W3Schools💖

-
+ +
+

Greetings from NYC!

+
- -
-

"Learn Something in Everything & Learn Everything in Something"

-

~ Rio, 13 Mei, 2022

-

Thank You W3Schools💖

-
+
+

Appreciating for the great tutorials

+
+ +
+

Very thanks, W3Schools

+
- -
-

- A journey of a lifetime begins with a single push request.

-
+ +
+

W3School keren!!!

+
- -
-

"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

-

JustOnesAndZeros

-
+ +
+

JazakAllah for this. May Allah bless you :)

+
- -
-

- Do I need to be - liked? Absolutely not. I like to be liked. I enjoy being liked. I have to be liked, but it’s - not like this - compulsive need to be liked, like my need to be praised.
~ Micheal Scott

-
+ +
+

Thank you + w3schools for the + tutorial!

+

Samuel from Panama +

+
- -

Tell me and I forget, teach me and I may remember, involve me and I learn.

-

W3schools is doing a great job involving everyone learning on their platform. Keep up the good - work

- - -
- "Life is like riding - a bicycle. To - keep your balance you must keep moving." -

-Albert Einstein

-

Entry: 30 Mar. 2022

-
+ +
+

Code long and prosper!)

+

Me(28%) and Spok(62%)

+
- -
-

- - Thank you so much for your great Job!
- I learned a lot on the w3school website and i will go on learning!

-
+ +
+

Thank you for providing free education to everyone! These free resources are invaluable to + so many people, + including myself.

+
+

"No act of kindness, no matter how small, is ever + wasted"

+
Aesop
+
+
- -
- "I'm a third-year student at my university. Hoping you guys will - pass the DSA course - at the first time you study it" -

theksbd - 2022-03-27

-
+
+

Hi all

+
- -
-

- "I don't know html and css yet so im copying mira's :)" -

-

jiggs

-
+ +
+

I like w3schools tutorials on web development

+

w3schools helped a lot to learn web development easily and comprehensively

+
+
+

It's better to light a candle than to curse the darkness.

+

Confucio

+
+ + +
+

w3schools is the best

+
- -
-

- "Learned a lot about git and github. Thank you:)" -

-

Mira^-^

-
+ +
+

Thank you, from israel!

+
- -
-
-

In case of fire 🔥

-
    -
  • git add
  • -
  • git commit
  • -
  • git push 😉
  • -
-
-

This is so cool! I appreciate the free service.

-

Samad (@shaiksamad ). Nellore, India. -

+ +
+

What a great tutorial!

+
-
-

Thank you for the great Git tutorial!

-

susan kh, 2022, thanks w3schools - <3

-
+ +
+

+ Thank you for everything ❤ +

+

Tôn Thành Tâm

+
+ +
+

+ "I learned a lot from W3Schools, Thanks" +

+
- -
-

Hello there! w3Schools helped me a lot in learning everything Greetings from Tunisia!

-
+ +
+
+

Thank you w3schools for your + amazing tutorials +

+ Kinyanjui-Joseph +

From Kenya 254!

+
+
-
-

hello worlds & w3schools

-
+ +
+

Thanks for the tutorial. Y'all Rock!

+
-
-

Thank you for the great Git tutorial!

-

susan kh, 2022, thanks w3schools

-
+ +
+

Thanks W3Schools

+

The tutorial helped a lot.

+
- -
-
-

In case of fire 🔥

-
    -
  • git add
  • -
  • git commit
  • -
  • git push 😉
  • -
-
-

Thankyou, w3schools. I learned a lot from this site.

-

Samad (@shaiksamad ). Nellore, India. -

- + +
+
+

Amazing tutorial! Thanks a lot w3schools!!

+
+
-
-

The Git tutorial is very brief, clear and easy to understand, - although my English - is - not really good. I'm so grateful to W3Schools 😍

-
- Vietnam -

Tùng Vũ, 14/03/2022 22:10

- Vietnam -
-
+ +
+
+

+ This course is informative. I would recommend it to anyone looking for a quick + introduction to Git. +

+
+
-
-

Thanks W3school

-

Dakar, Senegal - 15/03/2022 12:05

-
- + +
+

+ "Thank you for the tutorial :)" +

+
-
-

The Git tutorial is very brief, clear and easy to understand, - although my English - is - not really good. I'm so grateful to W3Schools 😍

-
- Vietnam -

1/06/2022 1:00

- Vietnam -
-
+ +
+
+

+ Hey frind!! nice tutorial, thank you +

+
+
-
-

Thanks W3school

-

Dakar, Senegal - 15/03/2022 12:05

-
+ +
+

Thanks W3Schools!"

+

Your commitment to education + is very + impressive!

+
- -
-

My favorite classic games

-
    -
  • Castlevania
  • -
  • The Legend of Zelda
  • -
  • Excite Bike
  • -
  • Halflife
  • -
  • Neverwinter Nights
  • -
-

Quiviro Enquerre

-
+ +
+

Thanks W3, great tutorial!

+
- -
-

Hello😍 there! w3Schools helps me alot, in my Web Development journey

-

Deepak Yadav -

-

❤️ from India

-
+ +
+

Thanks for your tutorial!

+
-
-

Thank you w3schools for this great Tutorial

-

Elias Hayek, 12/03/2022 17:24

-
+ +
+
+

Thank you w3schools

+

From,

+ Raju Kumar S +

love from India!

+
+
-
-

One can Learn from youtube Videos, but learning by reading and implementing is the BEST. And - that is - provided - by W3SCHOOLS Platform that even for FREE . Thankyou very much For you Hardwork for providing - free and best - content.

-

Keshav, 12/03/2022 10:35

-
+ +
+

+ "Thank you for great tutorial!" +

+

Best Resource about Git

+
-
-

You are AWESOME!!!

-

QA OLY, 09/03/2022 16:45

-
+ +
+

"Thank you very much for this tutorial"

+

Abdulmumin from Nigeria

+
-
-

Thank you for share your knowledges

-

Daniel Josue, 07/03/2022 16:10

-
+ +
+
+

+ Make it as simple as possible, but not simpler - Albert Einstein +

+
-
- Abdullah Nisar Ahmed Gorar - 07/03/2022 12:00pm -
-
-

Tomorrow is just yesteday in the future

-

Kevin, 03.06.2022

-
+ +
+

Sanjeeb from India(Hyderabad)

+

Thanks for your tutorial!

+
-
-

There is no Tomorrow ⏱️

-

Thankyou W3Schools💖

-
+ +
+

Peter Nguyen from VietNam

+

Thank you very much for this tutorial

+
-
-

Слава Україні - Slawa Ukrajini - Glory to Ukraine

-

Chris, 03.03.2022 (and btw thank you W3schools for making all of - these great - tutorials!)

-
+ +
+

Thanks for your tutorial!

+

Alan from Vietnam

+

Welcome to Vietnam!

+
-
-

Thank You So Much Guys .

-

You Are Just Awesome - Tarik Mouhssine

-
+ +
+

+ "Thank you so much for the tutorial!" +

+

You are the Best

+
+ +
+

+ "Easiest and most useful tutorial" +

Thank you

+
-
-

Joan Vila Valls - 2/3/2022

-
STOP WARS
-
+ +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
-
-

There is no Tomorrow ⏱️

-

By MukeshGehlot;Thankyou W3Schools💖

-
+ +
+
+

Great tutorial thanks w3schools

+
+
-
-

Hello Reader

-

It's me Felix Obianozie on the terminal

-

...just wanted you to know that I was here on 25 Feb. 2022

-

Beginning a programming career with w3schools will be your best gift to yourself this - year

-

Thank me later...

-
-
+
+

Thanks a lot W3Schools.

+

Mudabbir Hussain Momin from India

+
-
-

Grazie W3schools

-

Sei la nostra Bibbia

-

Scuola Meucci

-
+ +
+

Thanks for the git tutorial. It really helped me understand the system better.

+
-
-

Hello there! w3Schools helps me alot. Greetings from Iran

+ +
+
+
+

Ali Rihan

+
+
+

Thank you w3schools 💖

+
+

Computer and Systems Engineer, graduated from the Faculty of + Engineering, + Alexandria + University in Egypt.

+
+
+ + + +
+

+ "Thank you for great tutorial!" +

+

Best Resource about Git

+
-
-


Gortaria - de agradecer - a - w3scools pelo excelente tutorial de git e github tem me ajudado muinto, obrigado. -

Andersson Gonçalves

-

-
+ +
+

Aakash Dinkar made this commit

+

+ + Have a Nice Day!!! + +

+ +
-
-

Hello W3S!

-

Greetings from Estonia

-

Liu...

-
+ +
+

+ Razvojno okruženje +
+

+
-
-

Hello😍 there! w3Schools helps me alot. Greetings from Argentina!

-
+ +
+

+ Make Peace not war! Love eachother. +
+

+
+

+ Thanks for the tutorial! Cheers. +

+ + +
+

+ Coding is Fun!!!. +
+

+
-
-

Hello World!

-

Thank you so much for the amazing tutorial!

-

Greetings from Brazil.

-

Rudi, 20/02/2022.

-
+ +
+
+ + + +
+
+

+ Hello,

+

+ again after 1 + year.

+
+

+ Success is not final; failure is not fatal: It is the courage to continue that counts. +
-Winston + S. + Churchill +

+
+
-
-

Hello World!

-

Thank you so much for the amazing tutorial!

-

Greetings from Romania.

-

Lucian, 18/06/2022.

-
+ +
+
+

+ Make it as simple as possible, but not simpler - Albert Einstein +

+
-
-

Random quote:

-

Once you stop learning, you start dying

-
+ +
+

Be kind to everyone, and you will live a happy life!

+
-
-

The Github tutorial

-

the tutorial is really interesting and i love.

-
+
+

Your tutorials are so clear lots of love from + zimbabwe 💖

+

ezrajuba

+
-
-

-
- If I have learnt further it is by standing on the shoulders of w3schools. -

-
-
-

Thanks for the tutorial! Greetings from Russia!

-

YR, Feb 6, 2022

-
+ +
+

Thanks for your tutorial! I'm learning Git, + Github and HTML all + in 1 tutorial.

+

Nik from Malaysia

+
-
-

-

Hello World!

- Thank you for the tutorial!
- LC- Feb 10, 2022 -

-
+ +
+

Yet another great tutorial

+

AllanK from Turkmenistan 1.5.2024

+
-
-

Allah Macedo

-

Estive por aqui

-

Grato pelo tutorial W3Schools.

-
-
-

-

Hello World!

- Thank you for the good tutorial! Greetings from Korea.
- Kaye - Feb 09, 2022 -

-
+ +
+

w3schools is a great resource thank you.

+

~Brandon from Japan

+

06/04/2022

+
-
-
-

Howdy from Texas!

-

- Thank y'all for all the awesome guides! - I have learned about HTML, CSS, JavaScript, - and now Git from your tutorials! - Cole McAnelly '24 -

-

June 6, 2022

-
-
+ +
+

+ + Where there's a will there's a way. +
+

+
-
-
-

Greetings from Ethiopia

-

Thank you W3Schools for this amazing tutorial! I understand how to navigate Git and - Github so much better - now!

-

Ermiyas Abate

-

Feb 6, 2022

-
-
+
+

Everything is hard before it is easy

+

Goethe

+
-
-

- "Thanks w3schools for creating this tutorial... I learned a lot!" -

-

Tharinda, 06 Feb 2022

-
+ +
+

You really make my day, TYSM + :)

+

- Hoang Quoc Vjet -

+
-
-

Hello😍 there! w3Schools helps me alot

-

Tahseen Ahmad Bhat

-

Kashmir (India)

-
+
+

"Don't let the noise of others' opinions drown out your own + inner voice." +

+

Steve Jobs

+
-
-

-

Helped a lot for learning more detailed things about git.

-

Nova - 30 jan 2022

-
+ +
+

"There is no try, only do!" - Yoda

+

Love from Vancouver, Canada

+
-
-

-

w3schools always helps me to learn new things.

-

Nikhil - 25.01.2022

-
+
+

+ W3Schools is absolutely the best. Love y'all <3 +

+

Love from Richard Zhang

+
-
-

- "I leart a lot from W3schools" -

-

Jaya 2.2.2022

-
+
+

+ W3Schools is absolutely the best. Love y'all <3 +

+

Love from Fadlu Lanre

+

Love from Abeokuta, Nigeria.

+
-
-

✨Thanks to your tutorials among many others, an IT legend was born.✨

-

- Be proud of yourself.
- I am proud of you. - 🍾🍷🍷 -

- 4ristokratka, Jan 25, 2022, Slovakia -

-
+
+

+ W3school has always been my mentor! Lots of Love🦾 +

+

The self learner on W3schools

+

Please update more tutorials

+

Love from Bhutan.

+
-
-

This is such a great tutorial! I understand how to navigate git and Github so much better - now! -

-

Svetlana, 22.01.2022 USA

-
+ +
+

+ Let's learn together from W3Schools💖 +

+

- Abhishek from India

+
-
-

- Working through your tutorials is always enjoyable! - Greetings and thank you from USA -

-

Jan 22, 2022

-
+
+

+ "Hii"
Danke por el curso :D"
+

+

Apurv

+
-
-

- Thanks W3schools for this amazing tutorial -

-

Hello from Iran

-

January 21 2022

-
+
+

" In theory, theory and practice are the same. In practice, + they’re not. " +

+

From Khuong Nguyen

+
-
-

- Greetings from 🇧🇷 -

-

- W3Schools, you contribute a lot to the professional growth of millions of people around the - world.
Thank - you!! 💚 -

-

- João Paulo | Feb 28, 2022 -

-
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

Love from SB

+
-
-

Many Thantks to w3schools for their tutorials

-

Greetings from Argentina

-

January 20 2022

-
+ +
+

Thank you w3school

+

Love from Bangladesh

+
-
-

Many Thantks to w3schools for their tutorials

-

Greetings from Kenya

-

June 23 2024

-
+ +
+

Thanks to w3schools for their well structured and detailed tutorial and th e reason why we + are all programmer +

+
-
-

Welcome All Joining to Programming World

-

 Thanks to all w3schools staff.👏 It is done incredible, - amazing - job.👍
- My wizard was, is and will be w3schools. It is easy, attractive in w3schools platform.
- Well, I can not resist temptation to program.😉

- Darius, 19.01.2022 Lithuania -

-
+ +
+

Hello from Luxemburg :)

+

Thanks for all these great tutos !

+

22/05/2022

+
-
-

- Hello World 😍
- "W3schools has really impacted so much in my tech journey - Thank you"
-

-

NVEGS, 18th Jan 2022

-
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

AQUI É SENAC SL - É OS GURI E A GURIA

+
-
-

- “Success is not final, failure is not fatal: it is the courage to continue that counts.” – - Winston - Churchill
-
And so do I, now, have the courage to take baby steps towards learning new things, exploring - new domains and - working together to conquer things I thought I couldn't before! -

Happy to have started this journey of my own! :)

-

Ani14kay { 17.01.2022 }

-
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

Love from India

+
+ +
+

+ Thanks W3 School for all the amazing tutorials! +

+

Love from India

+

Payal Dhakad

-
-

Hello from Grenoble, France

-

Hello à mes camarades Data+ qui passeraient par là

-

AV, 17.01.2022

-
+
-
-

Hi Everyone! I am from Bangladesh

-

Mister M 15.01.2022

-
+ +
+

+

+

AQUI É SENAC SL - É OS GURI E A GURIA

+
+

+

Eles mesmo

+
-
-

Hello😍

-

Thanks to w3schools for its great - tutorials!

-

Sepideh, 10 Jan 2022

-
+ +

Thank you for the tutorial W3school!

+

Don't forget to laugh and drink water..

+

Ncha! -miyaavkatz

-
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+ +
+

+ Thanks W3School for the amazing tutorials +

+ +

Ahmad from Pakistan🇵🇰

+
+

18-05-2022

+
-
-

- "I’ve learned a ton of useful skills from w3schools!" -

-

Shawn, 16 Jan 2022

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Thanks for the all amazing content

+

Harsh Goyal from India ❤️⭐

+
-
-

- "I learned so many things from my school - W3Schools" -

-

kushal 19.1.2022

-
+ +
+

+ "Hello, this is Kei"
Thanks for the awesome learning platform"
+

+

Kei

+
-
-

- "w3schools is best, providing amazing content" -

-

kushal 11.1.2022

-
+ +
+

+ "This is Raj Maity"
I have learned git and github from w3schools"
+

+

Raj

+
-
-

- "w3s is helpful and amazing" -

-

Risqi 9.1.2022

-
+ +
+

lots of love from india

+

front-end developer

+

i'm not styling it too much coz i feel lazy when i'm writing this

+
-
-

- THAT'S AWESOME -

-

Ptaxan 10/01/2022

-
+ +
+

+ "W3schools has really helped me get into coding free of charge.
I am eternally + grateful for your + knowledge."
+

+

Victor

+
-
-

- "Thank you for your amazing job" -

-

Marek 7.1.2022

-
+ +
+

Made with ♥♥♥ +

+

Quang Tran

+
-
-

- "This tuturial is so great!" -

-

yzhouxc, 29.12.2021

-
+ +
+

+ "Thank you w3schools!! You are awesome"
Thanks for the awesome learning platform"
+

+

Kei

+
-
-

Hello World

-
-

gittersweet from Indonesia

-

25 December 2021

-
+ +
+

+ Thank you for everything! +

+

I am really grateful

+
-
-

Hello World

-

Thank you w3schools for your tutorials!

-

Peter | 24 Dec 2021

-
+ +
+

+ Thank you for everything! + payal dhakad + Date:1/06/2022 +

+

I am really grateful

+
-
-

- "Your are awesome W3school. You are my mentor." -

-

Swalih t, 21.12.2021

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Josephzal

+
-
-

- "Learning to code is hard, but it's harder without w3schools." -

-

Ekoorits, 16.12.2021

-
+ +
+

Aspiringlivlity

+

Learning git and github...thanks W3!

+
-
-

Thank you for this tutorial!

-

ocirrico

-
+ +
+

+ W3 School helps me. Thank you W3 School! +

+

xOviwyRx

+
-
-

Sawasdee from Thailand

-

Thank you! for awesome tutorial w3school you guys rock!!!

-

Pone, 14.Dec.21

-
+ +
+

+ "Thank you W3 School!" +

+

Mayank

+
-
-

Hello, World!

-

A big thank you w3schools for serving this platform and making our life - lot more easier -

-

DCodingKid, 13.12.2021

-
+ +

Thank you w3schools for all the wonderful tutorials!

+

I have learned a lot from your tutorials.

+

kingcong was here 04/26/2022.

+

Please support w3scools.com

+ + + +
+

+ "Thank you!" +

+

Rashid

+
-
-

I stole a style from India, but still want to say hello to - everyone from - Ukraine. Good mood everyone =)

-

Max from Kyiv

-

until the new year 11 days ...

-
+
+

Thank you

+

Andile

+
-
-

Hello from INDIA. Thanks to w3schools for its amazing free git - tutorial. -

-

Abhay from INDIA

-

12 December, 2021

-
+ +

Hello w3school Community

+

I look foward to working with my first collab on github

+ + +
+
+
+ When something is important enough, you do it even if the odds are not in your + favor. + Elon musk +
+
21/04/2022
+
+
-
-

Thank you w3schools! I'm learning GIT for the first - time!!!

-

David, 12,12,2021

-
+ +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+

Thanks w3schools for such a great course on Git/GitHub

+

Love from India💖💖💖

+

~Rishabh Sharma

+ + + + +

Thank you, W3SCHOOL

+
+
+

+ Thanks a Lot! + Javier. From 🇦🇷 🇦🇷 🇦🇷 +

+
+
Argentina, + 17/04/2022
+
+ + +
+

Mac Green Bear

+

Git'in in gear with Git and GitHub...thanks W3!

+
-
-

Very cool tutorial! Nice and comprehensive! Thanks! - :)

-

Martin, 12,01,2022

-
+ +
+

"Learn Something in Everything & Learn Everything in Something"

+

~ GB, 13 April, 2022

+

Thank You W3Schools💖

+
-
-

Thank you w3schools for this great Git tutorials - 👍!

-

Dima, Kyiv, 09.12.2021

-
+ +
+

"Learn Something in Everything & Learn Everything in Something"

+

~ Rio, 13 Mei, 2022

+

Thank You W3Schools💖

+
-
-
-

Bonjour de Paris!

-

Myla, 08/12/2021

-
-
+ +
+

+ A journey of a lifetime begins with a single push request.

+
-
-

- Hola todos, saludos desde Cali, Colombia! 😁 -

-

Learning a lot with w3school!!!

-

Jaime, 12/05/2021

-
+ +
+

"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

+

JustOnesAndZeros

+
-
-

Yo!

-

It's me :D

-

Wojtek, Dec 02, 2021.

-
+ +
+

+ Do I need to be + liked? Absolutely not. I like to be liked. I enjoy being liked. I have to be liked, but it’s + not like this + compulsive need to be liked, like my need to be praised.
~ Micheal Scott

+
-
-

- This is my very first contribution and pull request 😁 -

-

Thanks w3schools

-

Amanda L, 12/02/2021

-
+ +

Tell me and I forget, teach me and I may remember, involve me and I learn.

+

W3schools is doing a great job involving everyone learning on their platform. Keep up the good + work

+ + +
+ "Life is like riding + a bicycle. To + keep your balance you must keep moving." +

-Albert Einstein

+

Entry: 30 Mar. 2022

+
-
-

My very first contribution and pull request 😁

-

Thanks w3schools

-

Eren Yeager, 11/29/2021

-
+ +
+

+ + Thank you so much for your great Job!
+ I learned a lot on the w3school website and i will go on learning!

+
-
-

Hello Everyone!

-

This line is my contribution.

-

Kean N | Nov 26, 2021.

-
+ +
+ "I'm a third-year student at my university. Hoping you guys will + pass the DSA course + at the first time you study it" +

theksbd - 2022-03-27

+
-
-

Hello World!

-

QuangNhatPro a.k.a QNP.

-

Thank W3school for my web developer career.

-

❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

-

Don't give up just because it's hard.

-

Youngboiz si tình | Keep it up.

-
+ +
+

+ "I don't know html and css yet so im copying mira's :)" +

+

jiggs

+
-
-

Hello W3schoolers!

-

It's 11PM moutain time on Thanksgiving Day.

-

I'm learning Git and try to land my first job.

-

Thank W3schools so much for amazing content.

-

Happy Thanksgiving to everyone.

-

Thanh Pham | Nov 25, 2021.

-
+ +
+

+ "Learned a lot about git and github. Thank you:)" +

+

Mira^-^

+
-
-

Hello

-

This is my contribution to this project!

-

Gehmasse | Nov 2021

-
-
-

Hi

-

This is ikkim's contribution to this project!

-

ikkim | Nov 2021

-
+ +
+
+

In case of fire 🔥

+
    +
  • git add
  • +
  • git commit
  • +
  • git push 😉
  • +
+
+

This is so cool! I appreciate the free service.

+

Samad (@shaiksamad ). Nellore, India. +

-
-

Hello

-

Thanks for W3Schools

-

karim | Nov 14, 2021

-
+
+

Thank you for the great Git tutorial!

+

susan kh, 2022, thanks w3schools + <3

+
-
-

Greetings all

-

From code-blind to be able to read html, css, js, python, c++ etc thanks to W3Schools

-

Thank you W3Schools

-

For those who are new at coding, W3Schools is the perfect first stop. Cheers!

-

Oby L Jr. | Nov 11, 2021.

-
+ +
+

Hello there! w3Schools helped me a lot in learning everything Greetings from Tunisia!

+
-
-

Hello everybody!

-

Thank you w3schools!

-

Gery from Indonesia | Nov 11, 2021.

-
+
+

hello worlds & w3schools

+
-
-

Hello All

-

Always keep learning.

-

SSSS | Nov 05, 2021

-
+
+

Thank you for the great Git tutorial!

+

susan kh, 2022, thanks w3schools

+
-
-

Hello everybody!

-

It is never too late to learn something new. ✨

-

You can do this!, happy learning. 🎓 📚

- Thanks w3Schools for your great work, we appreciate it a lot. 😍 -

Artmen from Mexico | Nov 08, 2021.

-
+ +
+
+

In case of fire 🔥

+
    +
  • git add
  • +
  • git commit
  • +
  • git push 😉
  • +
+
+

Thankyou, w3schools. I learned a lot from this site.

+

Samad (@shaiksamad ). Nellore, India. +

+ + +
+

The Git tutorial is very brief, clear and easy to understand, + although my English + is + not really good. I'm so grateful to W3Schools 😍

+
+ Vietnam +

Tùng Vũ, 14/03/2022 22:10

+ Vietnam +
+
-
-

Hello everyone!

-

Thanks for W3Schools.

-

Victor | 6 nov 2021

-
+
+

Thanks W3school

+

Dakar, Senegal - 15/03/2022 12:05

+
+ + +
+

The Git tutorial is very brief, clear and easy to understand, + although my English + is + not really good. I'm so grateful to W3Schools 😍

+
+ Vietnam +

1/06/2022 1:00

+ Vietnam +
+
-
-

Thank you W3Schools!

-

Thank you for being such a great platform to learn from. I have started web development on - the Beginning of - September 2021 and after half a year with tons of hard work I can see it it paying off!

-

Davza | 5 Jan 2022

-
- +
+

Thanks W3school

+

Dakar, Senegal - 15/03/2022 12:05

+
-
-

Hi everyone

-

Thanks for W3Schools.

-

Mez | Summer 2021

-
+ +
+

My favorite classic games

+
    +
  • Castlevania
  • +
  • The Legend of Zelda
  • +
  • Excite Bike
  • +
  • Halflife
  • +
  • Neverwinter Nights
  • +
+

Quiviro Enquerre

+
-
-

Hello All 💗

-

Welcomes You to W3SCHOOL Learning

-

Eden Lin!!! | Oct 25, 2021

-
+ +
+

Hello😍 there! w3Schools helps me alot, in my Web Development journey

+

Deepak Yadav +

+

❤️ from India

+
-
-

Hello, World!;

-

Best learning website in my opinion

-

pinguxx28 | Nov 14, 2021

-
+
+

Thank you w3schools for this great Tutorial

+

Elias Hayek, 12/03/2022 17:24

+
-
-

Hello All 💗

-

Welcomes You to W3SCHOOL Learning

-

Vinoth Kumar M | Oct 24, 2021

-
+
+

One can Learn from youtube Videos, but learning by reading and implementing is the BEST. And + that is + provided + by W3SCHOOLS Platform that even for FREE . Thankyou very much For you Hardwork for providing + free and best + content.

+

Keshav, 12/03/2022 10:35

+
-
-

Hello from Kyiv, Ukraine.

-

A lot of THANKS for w3schools

-

🎃 Happy Helloween

-

Oleksandr Poliukh (🐝 BeeCamper ⛺) | Oct 23, 2021

-
+
+

You are AWESOME!!!

+

QA OLY, 09/03/2022 16:45

+
-
-

W3School is the best!
Freddy K. | Oct 25, 2021

-
+
+

Thank you for share your knowledges

+

Daniel Josue, 07/03/2022 16:10

+
-
-

Lets go! My first Pull Request

-

Hopefully it gets accepted

-

Unit 02 | Oct 20, 2021

-
+
+ Abdullah Nisar Ahmed Gorar + 07/03/2022 12:00pm +
+
+

Tomorrow is just yesteday in the future

+

Kevin, 03.06.2022

+
-
-

One of the best tutorial, i'm changing my career to IT sphere and i feel very excited, like i - was born for - it, - i'm 30, thinking it's never too late. Wish me luck :)

-

Elvin | Oct 12, 2021

-
+
+

There is no Tomorrow ⏱️

+

Thankyou W3Schools💖

+
-
-

Git didn't make sense until I met w3school tutorial. Now I - have got it all. - Thank you so much.

-

Michael Jordan, from Tanzania.

-

October 19, 2021

-
+
+

Слава Україні - Slawa Ukrajini - Glory to Ukraine

+

Chris, 03.03.2022 (and btw thank you W3schools for making all of + these great + tutorials!)

+
-
-

"Never give up; Keep on."

-

Mohammad Ahmadian, from the Earth.

-

October 14, 2021

-
+
+

Thank You So Much Guys .

+

You Are Just Awesome - Tarik Mouhssine

+
-
-

- Sheeeeeeesh w3schools -

-

Hope this pull will be accepted

-
+
+

Joan Vila Valls - 2/3/2022

+
STOP WARS
+
-
-

Thanks for the great tools and exceptional support. At age 67, you make it easy to still - learn new things - from - w3schools!

-

Bruce | Oct 9, 2021

-
+
+

There is no Tomorrow ⏱️

+

By MukeshGehlot;Thankyou W3Schools💖

+
-
-
-

Hello from Angola 💗

-

I just want to say thanks w3school - for such a great - content.

-

Hecroesmo | 12/10/2021

-
-
+
+

Hello Reader

+

It's me Felix Obianozie on the terminal

+

...just wanted you to know that I was here on 25 Feb. 2022

+

Beginning a programming career with w3schools will be your best gift to yourself this + year

+

Thank me later...

+
+
-
-

- "Greetings from Chicago! Thanks for the tutorial." -

-

Harrison | October 9, 2021

-
+
+

Grazie W3schools

+

Sei la nostra Bibbia

+

Scuola Meucci

+
-
-
-      😍Hello World 🙏 of GIT.
-      It's great to be learning a new technology.
-      I have previous experience with centralized version control systems, namely Perforce and SVN.
-      But GIT is exciting. Happy Learning!👍
-      ----------------------------------------
-      Atul | 07 Oct 2021 | Patna, Bihar, India
-      
-
+
+

Hello there! w3Schools helps me alot. Greetings from Iran

+
-
-

- "Greetings from Istanbul, was a good tutorial thanks for your effort." -

-

yusuf | Sep 23, 2021

-
+
+


Gortaria + de agradecer + a + w3scools pelo excelente tutorial de git e github tem me ajudado muinto, obrigado. +

Andersson Gonçalves

+

+
-
-

- "The education you provide makes the world a better place" -

-

Wong | Oct 3, 2021 | Kuala Lumpur, Malaysia

-
+
+

Hello W3S!

+

Greetings from Estonia

+

Liu...

+
-
-

- "Greetings from Istanbul, was a good tutorial thanks for your effort." -

-

yusuf | Sep 23, 2021

-
+
+

Hello😍 there! w3Schools helps me alot. Greetings from Argentina!

+
-
- -
Gracias por el tutorial. Muy útil. 
-
- Héctor | Sep 27, 2021 -
+
+

Hello World!

+

Thank you so much for the amazing tutorial!

+

Greetings from Brazil.

+

Rudi, 20/02/2022.

+
-
- -
Greetings From Nigeria. 
-
- Funsho | Mar 03, 2023 -
+
+

Hello World!

+

Thank you so much for the amazing tutorial!

+

Greetings from Romania.

+

Lucian, 18/06/2022.

+
-
-

W3Schools, You are the best! Thank You!

-

From Russia with love!

-
+
+

Random quote:

+

Once you stop learning, you start dying

+
-
- -
This is not happening to you, This is happening for you 💙 
-
Thanks for providing such a good platform.
-
W3school provides a fantastic platform where I can learn how to program. 
-
- Vansh Sharma | 23 September 2021 -
+
+

The Github tutorial

+

the tutorial is really interesting and i love.

+
-
-

Hi, guys

-

I Would Like To Say islame is not a terrorism

-
+
+

+
+ If I have learnt further it is by standing on the shoulders of w3schools. +

+
-
- -
Hi guys! Cheers!!
-
- Rahim | Sep 27, 2021 -
+
+

Thanks for the tutorial! Greetings from Russia!

+

YR, Feb 6, 2022

+
-
- -
Greetings from my local git repo bros. 
-
- ibrahim | Sep 15, 2021 -
+
+

+

Hello World!

+ Thank you for the tutorial!
+ LC- Feb 10, 2022 +

+
-
- -
One last game, one more try..... So it goes... :)
-
- Loke_N -
+
+

Allah Macedo

+

Estive por aqui

+

Grato pelo tutorial W3Schools.

+
+ +
+

+

Hello World!

+ Thank you for the good tutorial! Greetings from Korea.
+ Kaye - Feb 09, 2022 +

+
-
-

Hello everyone. This is my pull request, yo!

-

supermike from russia

-
+
+
+

Howdy from Texas!

+

+ Thank y'all for all the awesome guides! + I have learned about HTML, CSS, JavaScript, + and now Git from your tutorials! + Cole McAnelly '24 +

+

June 6, 2022

+
+
-
-

"Thank you W3Schools."

-

TAWATCHAI UDOMPOL

-
+
+
+

Greetings from Ethiopia

+

Thank you W3Schools for this amazing tutorial! I understand how to navigate Git and + Github so much better + now!

+

Ermiyas Abate

+

Feb 6, 2022

+
+
-
-
-
-

IT has a great documentation - ,no need to see - the video lecture after reading through this documnetation

-
- Dhruv Tiwari -
+
+

+ "Thanks w3schools for creating this tutorial... I learned a lot!" +

+

Tharinda, 06 Feb 2022

+
-
-

Amazing tutorial, Thanks W3schools

-

Abdul Motaleb From Bangladesh

-
+
+

Hello😍 there! w3Schools helps me alot

+

Tahseen Ahmad Bhat

+

Kashmir (India)

+
-
-

Hi !!! I am Saion Gupta. I am the founder of 10xCoderKids. I - aspire to become - 10xCoder and get to learn a lot from w3schools. I have a youtube channel where I post - coding tutorials - regularly.

-

Saion Gupta

-
+
+

+

Helped a lot for learning more detailed things about git.

+

Nova - 30 jan 2022

+
-
- "Live an object-oriented life!" ~ - Tugbeh Emmanuel (@2gbeh) -
+
+

+

w3schools always helps me to learn new things.

+

Nikhil - 25.01.2022

+
-
-

"W3Schools, muito obrigado pelo tutorial sobre Git/GitHub, - aprendi muito!" -

-

José Lucas from Brazil

-
+
+

+ "I leart a lot from W3schools" +

+

Jaya 2.2.2022

+
-
-

Hello Everyone

-

A lot of THANKS for w3schools

-

glozbeig | Nov 03, 2021

-
+
+

✨Thanks to your tutorials among many others, an IT legend was born.✨

+

+ Be proud of yourself.
+ I am proud of you. + 🍾🍷🍷 +

+ 4ristokratka, Jan 25, 2022, Slovakia +

+
-
-

It's better to light a candle than to curse the darkness.

-

Confucio

-
+
+

This is such a great tutorial! I understand how to navigate git and Github so much better + now! +

+

Svetlana, 22.01.2022 USA

+
-
-

"Thank you W3Schools git tutorials."

-

INDIRA BOORLA

-
+
+

+ Working through your tutorials is always enjoyable! + Greetings and thank you from USA +

+

Jan 22, 2022

+
-
-

"Are you passionate about learning git. Checkout W3Schools - git - tutorials."

-

PRIYANK KHANNA

-
+
+

+ Thanks W3schools for this amazing tutorial +

+

Hello from Iran

+

January 21 2022

+
-
-

- "Thank you W3Schools, you are my favourite" -

-

mehmet yilmaz

-
+
+

+ Greetings from 🇧🇷 +

+

+ W3Schools, you contribute a lot to the professional growth of millions of people around the + world.
Thank + you!! 💚 +

+

+ João Paulo | Feb 28, 2022 +

+
-
-

"You are the main actor in your life.Try the best in your - life."

-

Hein Htet

-
+
+

Many Thantks to w3schools for their tutorials

+

Greetings from Argentina

+

January 20 2022

+
-
-

Thank you W3Schools for Git tutorial.

-

Martino

-
+
+

Many Thantks to w3schools for their tutorials

+

Greetings from Kenya

+

June 23 2024

+
-
-

"Thanks for the Tutorials w3schools"

-

Guy with potential

-
+
+

Welcome All Joining to Programming World

+

 Thanks to all w3schools staff.👏 It is done incredible, + amazing + job.👍
+ My wizard was, is and will be w3schools. It is easy, attractive in w3schools platform.
+ Well, I can not resist temptation to program.😉

+ Darius, 19.01.2022 Lithuania +

+
-
-

We're living in a world where no one's innocent, but at least - we try...

-

Unknown

-
+
+

+ Hello World 😍
+ "W3schools has really impacted so much in my tech journey - Thank you"
+

+

NVEGS, 18th Jan 2022

+
-
-

"It's been great and rewarding working with w3school. Your - tutorials have been - so - helpful"

-

Onyema

-
+
+

+ “Success is not final, failure is not fatal: it is the courage to continue that counts.” – + Winston + Churchill
+
And so do I, now, have the courage to take baby steps towards learning new things, exploring + new domains and + working together to conquer things I thought I couldn't before! +

Happy to have started this journey of my own! :)

+

Ani14kay { 17.01.2022 }

+
-
-

"Learning Git is fun"

-

K-pi

-
+
+

Hello from Grenoble, France

+

Hello à mes camarades Data+ qui passeraient par là

+

AV, 17.01.2022

+
-
-

This is my first fork. If you're reading this, don't give up. I - only have this - to - say.

-

FacuA0

-
+
+

Hi Everyone! I am from Bangladesh

+

Mister M 15.01.2022

+
-
-

gogogo ahead again

-

MinhThanh

-
+
+

Hello😍

+

Thanks to w3schools for its great + tutorials!

+

Sepideh, 10 Jan 2022

+
-
-

Smile. Not for anyone else, but for yourself.
Stay Safe - and Healthy :) -

-

-Gaurav Garg

-
+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
-
-

"Thanks for all the tutorials for me learning git! :)"

-

khangdovan

-
+
+

+ "I’ve learned a ton of useful skills from w3schools!" +

+

Shawn, 16 Jan 2022

+
-
-

"Thanks for all the tutorials! :)"

-

Agustinms

-
+
+

+ "I learned so many things from my school - W3Schools" +

+

kushal 19.1.2022

+
-
-

Sky is the limit

-

Hafiz

-
+
+

+ "w3schools is best, providing amazing content" +

+

kushal 11.1.2022

+
-
-

KELOKEEEE

-

KouD

-
+
+

+ "w3s is helpful and amazing" +

+

Risqi 9.1.2022

+
-
-

"Wow keep up the good work guys! Thanks for everything." -

-

Akeem

-
+
+

+ THAT'S AWESOME +

+

Ptaxan 10/01/2022

+
-
-

"Thank You w3schools"

-

khunsai

-
+
+

+ "Thank you for your amazing job" +

+

Marek 7.1.2022

+
-
-

"Let's make this world better guys"

-

Tanjona R.

-
+
+

+ "This tuturial is so great!" +

+

yzhouxc, 29.12.2021

+
-
-

"I learned so much things thanks to 'w3schools'"

-

Don T

-
+
+

Hello World

+
+

gittersweet from Indonesia

+

25 December 2021

+
-
-

"Thank You w3schools for the knowledge"

-

Tomson

-
+
+

Hello World

+

Thank you w3schools for your tutorials!

+

Peter | 24 Dec 2021

+
-
-

"Thank You w3schools"

-

ssakib4050

-
+
+

+ "Your are awesome W3school. You are my mentor." +

+

Swalih t, 21.12.2021

+
-
-

"Muchas gracias w3schools"

-

Isabel From Spain

-
+
+

+ "Learning to code is hard, but it's harder without w3schools." +

+

Ekoorits, 16.12.2021

+
-
-

Thank you, guys@w3schools.com for your many years friendly - entry point to new - technologies and ideas!

-
+
+

Thank you for this tutorial!

+

ocirrico

+
-
-

"Comfortable t-shirt"

-

MC Igu

-
+
+

Sawasdee from Thailand

+

Thank you! for awesome tutorial w3school you guys rock!!!

+

Pone, 14.Dec.21

+
-
-

Thank you W3 Schools

-

R. Ali

-
+
+

Hello, World!

+

A big thank you w3schools for serving this platform and making our life + lot more easier +

+

DCodingKid, 13.12.2021

+
-
-

Challenges are what make life interesting and overcoming them - is what makes - life - meaningful.

-

Joshua J. Marine

-
+
+

I stole a style from India, but still want to say hello to + everyone from + Ukraine. Good mood everyone =)

+

Max from Kyiv

+

until the new year 11 days ...

+
+ +
+

Hello from INDIA. Thanks to w3schools for its amazing free git + tutorial. +

+

Abhay from INDIA

+

12 December, 2021

+
-
-

Headache or not, I'm gonna do this! 😎

-

theKomer

-
+
+

Thank you w3schools! I'm learning GIT for the first + time!!!

+

David, 12,12,2021

+
-
-

"The Future Is Now, Old Man Everybody"

-

lleks

-
+
+

Very cool tutorial! Nice and comprehensive! Thanks! + :)

+

Martin, 12,01,2022

+
-
-

"The ability to write clean, useful code coupled with being - able to work - collaboratively in a team will open opportunities for one across borders in today's - digital world."

-

Ugogineering

-
+
+

Thank you w3schools for this great Git tutorials + 👍!

+

Dima, Kyiv, 09.12.2021

+
-
-

"Let's sit down and learn coding"

-

Khai Hoan Pham

-
+
+
+

Bonjour de Paris!

+

Myla, 08/12/2021

+
+
+ +
+

+ Hola todos, saludos desde Cali, Colombia! 😁 +

+

Learning a lot with w3school!!!

+

Jaime, 12/05/2021

+
-
-

"...
For whatever we lose (like a you or a me)
it's - always - ourselves - we find in the sea"

-

E. E. Cummings

-
+
+

Yo!

+

It's me :D

+

Wojtek, Dec 02, 2021.

+
-
-

Thank you W3Schools team for this tutorial ,I love your website , it is the best ,and hello - from Morocco to - all - coders around the world

-
+
+

+ This is my very first contribution and pull request 😁 +

+

Thanks w3schools

+

Amanda L, 12/02/2021

+
-
-

"Hello World!"

-

Roman Yusupov

-
+
+

My very first contribution and pull request 😁

+

Thanks w3schools

+

Eren Yeager, 11/29/2021

+
-
-

"Arise,awake and don't stop until the goal is reached."

-

Swami Vivekananda

-
+
+

Hello Everyone!

+

This line is my contribution.

+

Kean N | Nov 26, 2021.

+
-
-

“Coding is the language of the future, and every girl should - learn it. As I've - learned from watching girls grow and learn in our classrooms, coding is fun, - collaborative and creative.” -

-

Reshma Saujani

-
+
+

Hello World!

+

QuangNhatPro a.k.a QNP.

+

Thank W3school for my web developer career.

+

❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

+

Don't give up just because it's hard.

+

Youngboiz si tình | Keep it up.

+
-
-

"Make it as simple as possible, but not simpler."

-

Albert Einstein

-
+
+

Hello W3schoolers!

+

It's 11PM moutain time on Thanksgiving Day.

+

I'm learning Git and try to land my first job.

+

Thank W3schools so much for amazing content.

+

Happy Thanksgiving to everyone.

+

Thanh Pham | Nov 25, 2021.

+
-
-

"And so the geek inherited the earth."

-

Edward Snowden

-
+
+

Hello

+

This is my contribution to this project!

+

Gehmasse | Nov 2021

+
+
+

Hi

+

This is ikkim's contribution to this project!

+

ikkim | Nov 2021

+
-
-

"Don't let that time go wasted"

-

Vaishnav Shyam

-
+
+

Hello

+

Thanks for W3Schools

+

karim | Nov 14, 2021

+
-
-

"Why do people look for problems where there aren't any" -

-

SiXeD

-
+
+

Greetings all

+

From code-blind to be able to read html, css, js, python, c++ etc thanks to W3Schools

+

Thank you W3Schools

+

For those who are new at coding, W3Schools is the perfect first stop. Cheers!

+

Oby L Jr. | Nov 11, 2021.

+
-
-

"Dont hate anyone"

-

MananNayak

-
+
+

Hello everybody!

+

Thank you w3schools!

+

Gery from Indonesia | Nov 11, 2021.

+
-
-

"Hacerlo simple es posible, pero no más simple."

-

Albert Einstein

-

Desde España

-
+
+

Hello All

+

Always keep learning.

+

SSSS | Nov 05, 2021

+
-
-

"Go Beyond Yourself."

-

Hossain

-
+
+

Hello everybody!

+

It is never too late to learn something new. ✨

+

You can do this!, happy learning. 🎓 📚

+ Thanks w3Schools for your great work, we appreciate it a lot. 😍 +

Artmen from Mexico | Nov 08, 2021.

+
-
-

"Chaque homme doit inventer son chemin."

-

Jean-Paul Sartre

-
+
+

Hello everyone!

+

Thanks for W3Schools.

+

Victor | 6 nov 2021

+
-
-

"If I can do this, then there's hope for everyone."

-

Stu1902

-
+
+

Thank you W3Schools!

+

Thank you for being such a great platform to learn from. I have started web development on + the Beginning of + September 2021 and after half a year with tons of hard work I can see it it paying off!

+

Davza | 5 Jan 2022

+
+ -
-

"Talk is cheap. Show me the code."

-

Linus Torvalds

-
+
+

Hi everyone

+

Thanks for W3Schools.

+

Mez | Summer 2021

+
-
-

"I Got 99 Problems, But Writing Code Ain’t One."

-

Unknown

-
+
+

Hello All 💗

+

Welcomes You to W3SCHOOL Learning

+

Eden Lin!!! | Oct 25, 2021

+
-
-

" 1.Make it work, 2.Make it right, 3.Make it fast. "

-

Kent Beck

-
+
+

Hello, World!;

+

Best learning website in my opinion

+

pinguxx28 | Nov 14, 2021

+
-
-

"SENAI Taguatinga Curso de JAVA turma QUA.209.019"

-

Luiz Felipe from Brazil

-
+
+

Hello All 💗

+

Welcomes You to W3SCHOOL Learning

+

Vinoth Kumar M | Oct 24, 2021

+
-
-

"Life itself is hard, but we got to find a way to navigate" -

-

passyEche

-
+
+

Hello from Kyiv, Ukraine.

+

A lot of THANKS for w3schools

+

🎃 Happy Helloween

+

Oleksandr Poliukh (🐝 BeeCamper ⛺) | Oct 23, 2021

+
-
-

"Love is the will to extend one's self for the purpose of - nurturing one's own - or - another's spiritual growth. We do not have to love. We choose to love."

-

M. Scott Peck

-
+
+

W3School is the best!
Freddy K. | Oct 25, 2021

+
-
-

"I'm not afraid of falling, because I'm born to rise.

-

Kushang Shah

-
+
+

Lets go! My first Pull Request

+

Hopefully it gets accepted

+

Unit 02 | Oct 20, 2021

+
-

Hello its me albertojmarun

+
+

One of the best tutorial, i'm changing my career to IT sphere and i feel very excited, like i + was born for + it, + i'm 30, thinking it's never too late. Wish me luck :)

+

Elvin | Oct 12, 2021

+
-

Hello, I'm come from VietNam

+
+

Git didn't make sense until I met w3school tutorial. Now I + have got it all. + Thank you so much.

+

Michael Jordan, from Tanzania.

+

October 19, 2021

+
-

Greetings from harrydev

+
+

"Never give up; Keep on."

+

Mohammad Ahmadian, from the Earth.

+

October 14, 2021

+
-
-

"Don't wish it EASIER, Wish you were BETTER."

-

Jim Rohn

-
+
+

+ Sheeeeeeesh w3schools +

+

Hope this pull will be accepted

+
-
-

"I am the ultimate hide and seek champion."

-

;semicolon

-
+
+

Thanks for the great tools and exceptional support. At age 67, you make it easy to still + learn new things + from + w3schools!

+

Bruce | Oct 9, 2021

+
-
-

"All we have to decide is what to do with the time that is - given to us." -

-

Gandalf

-
+
+
+

Hello from Angola 💗

+

I just want to say thanks w3school + for such a great + content.

+

Hecroesmo | 12/10/2021

+
+
-
-

Thanks for sharing your knowledge with us!

-

Gabit from Argentina

-
+
+

+ "Greetings from Chicago! Thanks for the tutorial." +

+

Harrison | October 9, 2021

+
-
-

In my small journey through life, I discovered that the fear of failure has kept a lot of - persons form - starting. This as little as it may seems is a major barrier to greatness and success.

-

As a begining programmer many have told me that programming is for genuises, but i keep - motivating myself - daily - with a quote that says; -

"Nothing is impossible to a man that believes"
-
"You can achieve anything you set your heart to if your can discipline yourself to - pay the price for - it"
-

-
+
+
+      😍Hello World 🙏 of GIT.
+      It's great to be learning a new technology.
+      I have previous experience with centralized version control systems, namely Perforce and SVN.
+      But GIT is exciting. Happy Learning!👍
+      ----------------------------------------
+      Atul | 07 Oct 2021 | Patna, Bihar, India
+      
+
-
-

Thanks for your great tutorials that help me a lot!

-

Souleymane from France

-
+
+

+ "Greetings from Istanbul, was a good tutorial thanks for your effort." +

+

yusuf | Sep 23, 2021

+
-
-

Great things are done by a series of small things brought together -

-

Hari From India

-
+
+

+ "The education you provide makes the world a better place" +

+

Wong | Oct 3, 2021 | Kuala Lumpur, Malaysia

+
-
-

Your courses are soooo amazing. Can you make a tutorial on data structures and algorithms? -

-

Michael from Nigeria

-

Thanks a lot W3Schools SG from India

-
+
+

+ "Greetings from Istanbul, was a good tutorial thanks for your effort." +

+

yusuf | Sep 23, 2021

+
-
-

I am learning from W3Schools, and they are great. Thanks for that. -

-
Never Settle
-

Harsh From India

-
+
+ +
Gracias por el tutorial. Muy útil. 
+
+ Héctor | Sep 27, 2021 +
-
-

Muchas gracias

-

Isabel from Spain

-

Thanks a lot W3Schools SG from India

-
+
+ +
Greetings From Nigeria. 
+
+ Funsho | Mar 03, 2023 +
-
-

I'm micun, learning git from W3Schools.

-
Keep going.
-

With love from Croatia

-
+
+

W3Schools, You are the best! Thank You!

+

From Russia with love!

+
-
-

These tutorials are the best, infinite thanks W3schools' team

-

J.Seb From Chile

-
+
+ +
This is not happening to you, This is happening for you 💙 
+
Thanks for providing such a good platform.
+
W3school provides a fantastic platform where I can learn how to program. 
+
+ Vansh Sharma | 23 September 2021 +
-
-

"whats good homeboy"

-

Emperor Palpatine

-
+
+

Hi, guys

+

I Would Like To Say islame is not a terrorism

+
-
-

Hi, I started my tech journey with w3schools and it's been a - wondeful, exciting - experience.

-

Thanks for all you do at w3schools

-

Hengage From Nigeria

-
+
+ +
Hi guys! Cheers!!
+
+ Rahim | Sep 27, 2021 +
-
-

completing W3Schools Git tutorial

-

Yinghan from Singapore

-
+
+ +
Greetings from my local git repo bros. 
+
+ ibrahim | Sep 15, 2021 +
-
-

Thanks W3Schools for your efforts. I loved the learning - experience.

-

Muhamamd Nabeel From Egypt

-
+
+ +
One last game, one more try..... So it goes... :)
+
+ Loke_N +
-
-

Thanks for making a complex topic a whole lot easier to - understand!! The w3schools - team is awesome!

-
+
+

Hello everyone. This is my pull request, yo!

+

supermike from russia

+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

La - novedades, cambian el - ambiente de trabajo y da lugar a nuevas oportunidades.

-

Miguel desde Perú

-
+
+

"Thank you W3Schools."

+

TAWATCHAI UDOMPOL

+
-
-

Thanks for helpful tutorials. Also thanks for adding Kotlin series - :)

-

Abhay

-
+
+
+
+

IT has a great documentation + ,no need to see + the video lecture after reading through this documnetation

+
+ Dhruv Tiwari +
-
-

"Thank you for good knowledge, I'm glad to have such a good - website."

-

Eigkivz

-
+
+

Amazing tutorial, Thanks W3schools

+

Abdul Motaleb From Bangladesh

+
-
-

pleasant experience with w3school

-

Sashish

-
+
+

Hi !!! I am Saion Gupta. I am the founder of 10xCoderKids. I + aspire to become + 10xCoder and get to learn a lot from w3schools. I have a youtube channel where I post + coding tutorials + regularly.

+

Saion Gupta

+
-
-

- Thank you w3s for - this course and the other ones as well! You guys are changing a lot of people's life 😄

-

Daniel M. from Brazil

- - - - - - - - - - - - - - - -
+
+ "Live an object-oriented life!" ~ + Tugbeh Emmanuel (@2gbeh) +
-
-
-
-

A Great Work, beat all - things. God bless - you. -

- Eduardo - Mejias Avila; with - Love ❣ from Venezuela 💪 😎 @AvilaPro -
+
+

"W3Schools, muito obrigado pelo tutorial sobre Git/GitHub, + aprendi muito!" +

+

José Lucas from Brazil

+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

If you - want to shine like - the Sun, first burn like the Sun

-

Anonymous

-
+
+

Hello Everyone

+

A lot of THANKS for w3schools

+

glozbeig | Nov 03, 2021

+
-
-

I had learned alot from w3schools Thanks for that.

-

Ahmed from NIGERIA

-
+
+

It's better to light a candle than to curse the darkness.

+

Confucio

+
-
-

"the most important thing in coding is to have fun doing - it."

-

"& remember to kow your limits and try to break it - everytime you stuck in - something."

-

mahmoud bebars

-
+
+

"Thank you W3Schools git tutorials."

+

INDIRA BOORLA

+
-

thanks fogr giving chsdfsd

+
+

"Are you passionate about learning git. Checkout W3Schools + git + tutorials."

+

PRIYANK KHANNA

+
-
-

Thank you W3Schools, you are a beacon of light in my coding - journey.

-

EliMullan

-
+
+

+ "Thank you W3Schools, you are my favourite" +

+

mehmet yilmaz

+
-
-

Thank you W3Schools for all these tutorials and exercises. - Learnt alot of stuff - from this!

-

Ish_1022

-
+
+

"You are the main actor in your life.Try the best in your + life."

+

Hein Htet

+
-
-

Thank you W3Schools for Git journey.

-

EliMullan

-
+
+

Thank you W3Schools for Git tutorial.

+

Martino

+
-
-

What have in your hand, Just do it, Don't put the things on - Time. Time can flip - any Time

-

Sackumar

-
+
+

"Thanks for the Tutorials w3schools"

+

Guy with potential

+
-
-

"Great Resource for Git and Github Tutorial you made my life - easier - w3schools"

-

Rahul Pulagam From India

-
+
+

We're living in a world where no one's innocent, but at least + we try...

+

Unknown

+
-
-

Thank you W3Schools for this tutorial.

-

Oliver

-
+
+

"It's been great and rewarding working with w3school. Your + tutorials have been + so + helpful"

+

Onyema

+
-
-

Per aspera ad astra :-)

-

o_dz

-
+
+

"Learning Git is fun"

+

K-pi

+
-
-

"Thank you W3Schools for Git and GitHub tutorial. I learnt a - lot of stuff from - you >3"

-

Salter Soang

-
+
+

This is my first fork. If you're reading this, don't give up. I + only have this + to + say.

+

FacuA0

+
-
-

Fighting

-

IRT HNIM

-
+
+

gogogo ahead again

+

MinhThanh

+
-
-

Happy to be here. Thank you W3Schools for Git tutorial. -

-

Anh Hoang

-
+
+

Smile. Not for anyone else, but for yourself.
Stay Safe + and Healthy :) +

+

-Gaurav Garg

+
-
-

"Hello There"

-

Obi-Wan Kenobi

-
+
+

"Thanks for all the tutorials for me learning git! :)"

+

khangdovan

+
-
-

Amazing tutorial, really helped me out, thanks guys.

-

Balo From Brazil

-
+
+

"Thanks for all the tutorials! :)"

+

Agustinms

+
-
-

Thanks w3schools for sharing knowlegment whit everyon!

-

JL Brasil

-
+
+

Sky is the limit

+

Hafiz

+
-
-

Hello!

-

From VietNam

-
+
+

KELOKEEEE

+

KouD

+
-
-

Be Blessed.

-

AL USA

-
+
+

"Wow keep up the good work guys! Thanks for everything." +

+

Akeem

+
-
-

- Thanks for the Great tutorial(s)! -

-

Nobedee

-
+
+

"Thank You w3schools"

+

khunsai

+
-
-
-
-

Your documentations are - really helpful , - thank - you!

-
- SAHIL KUMAR from India! -
+
+

"Let's make this world better guys"

+

Tanjona R.

+
+ +
+

"I learned so much things thanks to 'w3schools'"

+

Don T

+
-
-
-
-
-
-
-

- W

-

- 3

-
-

Present day, Present time. -

-

- experimentum habere - fun, - discere.

-

Quetz fom Mexico

- -
+
+

"Thank You w3schools for the knowledge"

+

Tomson

+
-
-

- Awesome tutorial! -

-

Rg

-
+
+

"Thank You w3schools"

+

ssakib4050

+
-
-

- Noice very like tutorial! -

-

EU

-
+
+

"Muchas gracias w3schools"

+

Isabel From Spain

+
-
-
-
-

Thank you so much for the - documentation, you - are the best

-
- JD HINCAMAN from colombia! -
+
+

Thank you, guys@w3schools.com for your many years friendly + entry point to new + technologies and ideas!

+
-
-

- Great tutorial!!! Greetings from Greece! -

-

GR

-
+
+

"Comfortable t-shirt"

+

MC Igu

+
-
-

- like tutorial! -

-

Bhph82 from India

-
+
+

Thank you W3 Schools

+

R. Ali

+
-
-

- Thank you for the nice tutorial! I'm learning to code and found your lessons a great way - to get started - with - git/github, it's being really useful. -

-

Eduardo Demuner from Brazil

-
+
+

Challenges are what make life interesting and overcoming them + is what makes + life + meaningful.

+

Joshua J. Marine

+
-
-

- Thank you for the nice tutorial! it's being really useful. -

-

Thabo Gumede from South Africa

-
+
+

Headache or not, I'm gonna do this! 😎

+

theKomer

+
-
-

- Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a - wealth of - resources - at my disposal for free. -

-

Amy from Utah

-
-
-

- Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a - wealth of - resources - at my disposal for free. -

-

Sofyen from CO

-
-
-

- Thanks a lot, W3School! You are great teachers! -

-

Alex from Russia

-
+
+

"The Future Is Now, Old Man Everybody"

+

lleks

+
-
-
-
-

- Greetings from Ireland! -

- - -
Ben Lawlor | Nov 09, 2021
-
-
-
+
+

"The ability to write clean, useful code coupled with being + able to work + collaboratively in a team will open opportunities for one across borders in today's + digital world."

+

Ugogineering

+
-
-

- "Greetings from brazil! Thanks W3schools!" -

-

Adrian | november, 2021

-
+
+

"Let's sit down and learn coding"

+

Khai Hoan Pham

+
-
-

Finally understand git and version control

-

THANK YOU W3schools !!

-

@e-hokage777

-
+
+

"...
For whatever we lose (like a you or a me)
it's + always + ourselves + we find in the sea"

+

E. E. Cummings

+
-
-

- I learned a lot of basic and advanced knowledge thanks to W3Schools. -

-

Long from Viet Nam at 7:05 PM 11/20/2021

-
+
+

Thank you W3Schools team for this tutorial ,I love your website , it is the best ,and hello + from Morocco to + all + coders around the world

+
-
-

- Greetings from Belarus! Thanks W3schools! -

-

Zmicer, 22 november, 2021

-
+
+

"Hello World!"

+

Roman Yusupov

+
-
-

- I love elephants! -

-

Oleg, 01/12/2021

-
+
+

"Arise,awake and don't stop until the goal is reached."

+

Swami Vivekananda

+
-
-

- lessgo! -

-

JP, 22/04/2022

-
+
+

“Coding is the language of the future, and every girl should + learn it. As I've + learned from watching girls grow and learn in our classrooms, coding is fun, + collaborative and creative.” +

+

Reshma Saujani

+
- -
-

-

hey guys Mawit here from Cameroon

-

-

thanks to you w3schools for the lake of knowledge you make available to us,
- and happy learning friends

-
+
+

"Make it as simple as possible, but not simpler."

+

Albert Einstein

+
-
-

- Thank you w3schools! -

-

Chapmann Chow from Hong Kong

-

28/11/2021

-
+
+

"And so the geek inherited the earth."

+

Edward Snowden

+
-
-

Thank you so much w3schools!

-

Praful Chaudhari from India.

-

05/12/2021

-
+
+

"Don't let that time go wasted"

+

Vaishnav Shyam

+
-
-

☘ ☘ ☘

-

GIT is so far the most inspiring thing - i've learned at w3schools!

-

Kate Khokhlova with greetings from Kharkiv, Ukraine -
08.12.2021 -

-
+
+

"Why do people look for problems where there aren't any" +

+

SiXeD

+
-
-

I'm Learning Git & GitHub with w3schools.

-

Thanks W3Schools!

-

From Panama

-

Juan Jurado, 09/12/2021

-
+
+

"Dont hate anyone"

+

MananNayak

+
-
-

This is my practice for repo

-

Thanks W3Schools!

-

From VietNam

-

I love you!

-
+
+

"Hacerlo simple es posible, pero no más simple."

+

Albert Einstein

+

Desde España

+
-
-

Thanks everybody in w3schools who tries to simplify the learning new tech.

-

w3schools works for me like a cheetsheet.

-

05/12/2021

-
-
-

Hello w3schools.

-

You've been a good source for learning. Thank you

-
Karikari from Ghana
-
+
+

"Go Beyond Yourself."

+

Hossain

+
-
-

Hi everyone!!!

-

Thanks W3Schools!

-
+
+

"Chaque homme doit inventer son chemin."

+

Jean-Paul Sartre

+
-
-

Very nice tutorial!

-

Thanks for all the help, 2022-01-09

-
+
+

"If I can do this, then there's hope for everyone."

+

Stu1902

+
-
-

Welcome everybody!

-

Greetings from Pcim, 2022-01-15

-
+
+

"Talk is cheap. Show me the code."

+

Linus Torvalds

+
-
-

Hello😍 World. Learning git is fun. Goodbye!
~LM

-
+
+

"I Got 99 Problems, But Writing Code Ain’t One."

+

Unknown

+
-
-

Hi, Im Ghazal

-

Thanks for the tutorial

-
+
+

" 1.Make it work, 2.Make it right, 3.Make it fast. "

+

Kent Beck

+
-
-
-

AZ ÉLET ÉRTELME

-

Ha sok cseresznyepaprikát madzagra fűzünk, - abból lesz a - paprikakoszorú.
- Ha viszont nem fűzzük fel őket, nem lesz belőlük koszorú. Pedig a paprika ugyanannyi, - éppoly piros, éppoly - erős. - De mégse koszorú.
- Csak a madzag tenné? Nem a madzag teszi. Az a madzag, mint tudjuk, mellékes, - harmad­rangú valami.
- Hát akkor mi?
- Aki ezen elgondolkozik, s ügyel rá, hogy gondolatai ne kalandozzanak összevissza, hanem - helyes irányban - haladjanak, nagy igazságoknak jöhet a nyomára. (Örkény István)

-
-
-

THE MEANING OF LIFE

-

If we tie a lot of cherry-peppers on a - string, they’ll make a - pepper-wreath.
- However, if we don’t tie them on a string, they won’t make a wreath. Although it’s the - same amount of - peppers, - just as red and just as hot. But still no wreath.
- Does it only lie in the string? No, it doesn’t. That string, as we all know, is an - incidental, third-rate - thing.
- Then what?
- People capable of brooding over it and taking care not to let their mind wander about, - but keep them on the - right - track may get a scent of eternal verities. (István Örkény)

-
-
+
+

"SENAI Taguatinga Curso de JAVA turma QUA.209.019"

+

Luiz Felipe from Brazil

+
-
-

Thanks for W3Schools.

-

Chaiyasut | 21 Jan 2022

-
+
+

"Life itself is hard, but we got to find a way to navigate" +

+

passyEche

+
-
-

Hello World. Learning git is fun. Goodbye!
~LM

-
+
+

"Love is the will to extend one's self for the purpose of + nurturing one's own + or + another's spiritual growth. We do not have to love. We choose to love."

+

M. Scott Peck

+
- -
-

Hello from El Salvador

-

January 25, 2022

-
+
+

"I'm not afraid of falling, because I'm born to rise.

+

Kushang Shah

+
+

Hello its me albertojmarun

-
- -

- Thanks to W3Schools. -

-

@@m | 2/2/2022

-
+

Hello, I'm come from VietNam

-
-

Thanks for the tutorial!

-

Tommi - 3/2/2022

-
+

Greetings from harrydev

- -
-

Thanks for presenting content in really good maneer

-

Ameer from India 16/11/2022

-
- -
-

Hello from Viluppuram

-

Feb 15, 2022

-
+
+

"Don't wish it EASIER, Wish you were BETTER."

+

Jim Rohn

+
-
- -

- Thanks to W3Schools. -

-

@@m |15/2/2022

-
+
+

"I am the ultimate hide and seek champion."

+

;semicolon

+
- -
-

- Thanks W3School for this tutorial, i'm learning so much!!! -

-

Franco from Italy

-
+
+

"All we have to decide is what to do with the time that is + given to us." +

+

Gandalf

+
-
-

- This is cool! Thanks!
Tuukka - Feb 6. 2022 -

-
+
+

Thanks for sharing your knowledge with us!

+

Gabit from Argentina

+
-
- -

- Thanks to W3Schools. -

-

Curlos - 2/4/2022

-
+
+

In my small journey through life, I discovered that the fear of failure has kept a lot of + persons form + starting. This as little as it may seems is a major barrier to greatness and success.

+

As a begining programmer many have told me that programming is for genuises, but i keep + motivating myself + daily + with a quote that says; +

"Nothing is impossible to a man that believes"
+
"You can achieve anything you set your heart to if your can discipline yourself to + pay the price for + it"
+

+
-
-

- Hello World 😍
- "W3schools has really impacted so much in my tech journey - Thank you"
-

-

Muhon, 10th Feb 2022

-
+
+

Thanks for your great tutorials that help me a lot!

+

Souleymane from France

+
-
-

Hello. My simple edit. djbrooks

-

Feb 12, 2022

-
+
+

Great things are done by a series of small things brought together +

+

Hari From India

+
-
-

- Thanks you W3Schools!!! -

-

Damian from Argentina

-
+
+

Your courses are soooo amazing. Can you make a tutorial on data structures and algorithms? +

+

Michael from Nigeria

+

Thanks a lot W3Schools SG from India

+
-
-

Hello World! I'm saved by the blood of Jesus!

-

"God shows his love for us in that while we were still sinners, Christ died for us." - - Romans 5:8

-

Thank you for this super helpful tutorial! I'm excited to learn more on my way to becoming a - Back-End - developer! I'll honor God through my work and studies!

-
+
+

I am learning from W3Schools, and they are great. Thanks for that. +

+
Never Settle
+

Harsh From India

+
-
-

I maybe the last one to commit . . .

-

But the tutorials are very good! 🖥️💾💿💽

-

But I'm still bad at C++

-
+
+

Muchas gracias

+

Isabel from Spain

+

Thanks a lot W3Schools SG from India

+
-
-

-
Hello @Everyone
-

-

Thank you w3 schools for - your amazing - support - for the dev's

-
+
+

I'm micun, learning git from W3Schools.

+
Keep going.
+

With love from Croatia

+
- -
-

Thank a lot w3 school your website help a lot of - delevoper around - the world.

-

Chansocheat Sok 2/19/2022

-
+
+

These tutorials are the best, infinite thanks W3schools' team

+

J.Seb From Chile

+
-
-

Thanks for all the lessons!

-

danbaz101 on Feb 28, 2022

-
+
+

"whats good homeboy"

+

Emperor Palpatine

+
-
-

Hello from Indonesia

-

You can do it, Fighting!!!

-

By: SRZ Dev :D

-
+
+

Hi, I started my tech journey with w3schools and it's been a + wondeful, exciting + experience.

+

Thanks for all you do at w3schools

+

Hengage From Nigeria

+
-
-

I love W3Schools

-

Thank you for helping me to learn git and github

-

Now I am confident using it. Emekadavid from Nigeria

-
+
+

completing W3Schools Git tutorial

+

Yinghan from Singapore

+
-
-

Love from india

-

Thanks w3schools for the fantastic hands-on experience for the complete github

-

praveen-raja from INDIA

-
+
+

Thanks W3Schools for your efforts. I loved the learning + experience.

+

Muhamamd Nabeel From Egypt

+
-
-

- Thanks you W3Schools!!! -

-

Victor from Ukraine.

-
+
+

Thanks for making a complex topic a whole lot easier to + understand!! The w3schools + team is awesome!

+
+
+
+
+
-

BE YOUR BEST!

-

Jean from PH 03/10/22

+ style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:5px;left:20px;background: rgba(0,0,0,0.5)">
-
-

great to be here

-

love SQL 17.03.2022

+ style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:30px;left:50px;;background: rgba(0,0,0,0.4)">
- -
- Hello and - thank you to w3schools for this comprehensive tutorial on Git and GitHub.
Greetings from - Germany -
yesthatismyname on March 09, 2022 -
-
-

Thank you for the great Git tutorial!

-

Pawel Litwin, 15.03.2022

-
- -
-

A Big Thanks & Lots of Love From India

-

Tushar Mohapatra19th March 2022

+ style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 52px;top: 13px;">
-
-

Thanks for - all the great - lessons that you provide!

-

- Fabio, - 18.03.2022

+ style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 27px;top: 33px">
- -
-

Love from china

-

Thanks w3schools for the fantastic hands-on experience for the complete github

-

JZ from CHINA

+
- -
-

Thank You For This Fun - Tutorial!

-

AviK from Israel   24.03.2022

+
+
+

La + novedades, cambian el + ambiente de trabajo y da lugar a nuevas oportunidades.

+

Miguel desde Perú

+
+
+

Thanks for helpful tutorials. Also thanks for adding Kotlin series + :)

+

Abhay

+
-

hello from dagestan

+
+

"Thank you for good knowledge, I'm glad to have such a good + website."

+

Eigkivz

+
-

hello from dagestan

+
+

pleasant experience with w3school

+

Sashish

+
+
+

+ Thank you w3s for + this course and the other ones as well! You guys are changing a lot of people's life 😄

+

Daniel M. from Brazil

+ + + + + + + + + + + + + + + +
-

SUIIIIIII W3Schools💖

+
+
+
+

A Great Work, beat all + things. God bless + you. +

+ Eduardo + Mejias Avila; with + Love ❣ from Venezuela 💪 😎 @AvilaPro +
-
-

I love W3Schools

-

Thank you for helping me to learn git and github

-

Now I am confident using it. Alexandro from Russia

+
+
+
+
+
-
-

“If I have seen further, it is by standing on the shoulders of Giants”
- thank you w3 - -
-

-

GB from Italy 26.03.2022

+ style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:30px;left:50px;;background: rgba(0,0,0,0.4)">
-
-

Thanks W3Schools for your amazing tutorials!

-

Bugahontas from Brazil - 31/03/2022

+ style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 52px;top: 13px;">
- -
-

Thank you w3schools and See You in other tutorials - :)

-

M4600 - 05.04.2022

+
- - -
-

Mohammad Hosein.

-

I'm from Iran .

-

You are full of unrealised potential. It’s important that you recognise them.

+
+
+
+
+

If you + want to shine like + the Sun, first burn like the Sun

+

Anonymous

+
- +
+

I had learned alot from w3schools Thanks for that.

+

Ahmed from NIGERIA

+
-
-
-
- -
-
Tehran
-
-
-
-
-
- -
-
Maryam Mirzakhani
-
-
-
-
-
- -
-
Iran
-
-
-
-
-
- -
-
Tehran
-
-
-
-
+
+

"the most important thing in coding is to have fun doing + it."

+

"& remember to kow your limits and try to break it + everytime you stuck in + something."

+

mahmoud bebars

+
+ +

thanks fogr giving chsdfsd

+ +
+

Thank you W3Schools, you are a beacon of light in my coding + journey.

+

EliMullan

+
+ +
+

Thank you W3Schools for all these tutorials and exercises. + Learnt alot of stuff + from this!

+

Ish_1022

+
+ +
+

Thank you W3Schools for Git journey.

+

EliMullan

+
+ +
+

What have in your hand, Just do it, Don't put the things on + Time. Time can flip + any Time

+

Sackumar

+
-
-

I'm quite confident, in some sense. Maryam Mirzakhani

-

Friday, Farvardin 12, 1401 AP Date in Karaj, Alborz Province.

-

Fri, 01 Apr 2022 17:54:39

-
+
+

"Great Resource for Git and Github Tutorial you made my life + easier + w3schools"

+

Rahul Pulagam From India

+
- -
-

- - Thanks W3Schools for a wonderful tutorial. Keep it up guys!
- From an avid fan of yours - 08/04/2022

-
+
+

Thank you W3Schools for this tutorial.

+

Oliver

+
- +
+

Per aspera ad astra :-)

+

o_dz

+
-
-

-
- Thank you so much from gms461! -

-
-
-

-
- The best exprience ever! Thanks! -

-
+
+

"Thank you W3Schools for Git and GitHub tutorial. I learnt a + lot of stuff from + you >3"

+

Salter Soang

+
- -
-
-
-

- Kenyans Come here too! -

-

And we love it. Thank you W3SCHOOLS
This Git Zone is - wonderful

-

D_captainkenya
30 April 2022

- -
+
+

Fighting

+

IRT HNIM

+
-
-

-
- Nikkis was here, thanks! -

-
+
+

Happy to be here. Thank you W3Schools for Git tutorial. +

+

Anh Hoang

+
- +
+

"Hello There"

+

Obi-Wan Kenobi

+
- -
-

- - Thank you W3Schools! - 07/05/2022

-
+
+

Amazing tutorial, really helped me out, thanks guys.

+

Balo From Brazil

+
-
-

- - humendra here!Thank you W3Schools, Learned a lot from you.- 12/05/2022

-
+
+

Thanks w3schools for sharing knowlegment whit everyon!

+

JL Brasil

+
- -
-

- Hi! I'm Barby! I've started this journey on my own and W3Schools is part of it. I just wanna - say - THANKS. -

-

11/05/22

-
+
+

Hello!

+

From VietNam

+
- -
-

- - W3Schools rocks!!!
- From an avid fan of yours - 08/04/2022

-
+
+

Be Blessed.

+

AL USA

+
- -
-

-
- Daniel Kamsiyochukwu Nicholas from Nigeria was here, 20/05/2022 -

-
+
+

+ Thanks for the Great tutorial(s)! +

+

Nobedee

+
+ +
+
+
+

Your documentations are + really helpful , + thank + you!

+
+ SAHIL KUMAR from India! +
- +
+
+
+
-

STAY HEALTHY, STAY HOPEFUL, SPREAD LOVE

-

James from USA 05/23/22

-
+ style="border-radius: 50%; position: absolute; width: 140px;height: 120px;top: 30px;left:60px;background: linear-gradient(to bottom, green, black);"> +
+

+ W

+

+ 3

+
+

Present day, Present time. +

+

+ experimentum habere + fun, + discere.

+

Quetz fom Mexico

+ +
- -
-

- Yusuf Kesgin from Turkey was here. Happy coding! -

-

23/05/2022

-
+
+

+ Awesome tutorial! +

+

Rg

+
- -
- -

W3SCHOOLS FOREVER

-
-
+
+

+ Noice very like tutorial! +

+

EU

+
- -
-

- Simone De Bartolo from Catania, thanks W3Schools -

-

23/05/2022

-
+
+
+
+

Thank you so much for the + documentation, you + are the best

+
+ JD HINCAMAN from colombia! +
- -
-

- - Thanks W3Schools for the tutorial
- From Thomas Njoroge - 26/05/2022

-
+
+

+ Great tutorial!!! Greetings from Greece! +

+

GR

+
- -
-

I'm quite confident, in some sense. - Anjali Rathor

-

neemuch,madhya pradesh,India .

-

wed, 01 june 2022

-
+
+

+ like tutorial! +

+

Bhph82 from India

+
- -
-

- - Thanks W3Schools for the tutorial
- From Anil DOLLOR - 1/06/2022

-
+
+

+ Thank you for the nice tutorial! I'm learning to code and found your lessons a great way + to get started + with + git/github, it's being really useful. +

+

Eduardo Demuner from Brazil

+
- -
- -

- Thanks W3Schools for the tutorial
- From Anil DOLLOR : ) , Neemuch Madhya Pradesh, India

- 31 May 2022 -

-
+
+

+ Thank you for the nice tutorial! it's being really useful. +

+

Thabo Gumede from South Africa

+
-
-

- -

Anjali Mahawar


-

From Neemuch (M.P.) India - 01/06/2022

-

-
+
+

+ Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a + wealth of + resources + at my disposal for free. +

+

Amy from Utah

+
+
+

+ Thank you W3Schools for helping me begin on my coding journey! I am so thankful to have a + wealth of + resources + at my disposal for free. +

+

Sofyen from CO

+
+
+

+ Thanks a lot, W3School! You are great teachers! +

+

Alex from Russia

+
-
-

- "Thank you W3Schools" - 08/06/2022 -

-
+
+
+
+

+ Greetings from Ireland! +

+ + +
Ben Lawlor | Nov 09, 2021
+
+
+
- -
-

Now I can work with others without fear of messing up, thx w3schools :D

-

From Kevin - Montpellier, France - 06/06/2022

-
+
+

+ "Greetings from brazil! Thanks W3schools!" +

+

Adrian | november, 2021

+
-
-

- -

Poonam Dhangar


-

From Neemuch (M.P.) India - 06/06/2022

-

-
+
+

Finally understand git and version control

+

THANK YOU W3schools !!

+

@e-hokage777

+
- -
- -
- Makoto Studying -

Thanks for the lessons, I've learned a lot and hope to continue - for as long as I am - able!

-

~Marim 6-4-22

-
-
+
+

+ I learned a lot of basic and advanced knowledge thanks to W3Schools. +

+

Long from Viet Nam at 7:05 PM 11/20/2021

+
-
-

- -

Smit Shah


-

From Bhavnagar (Gujrat) India - 04/06/2022

-

-
+
+

+ Greetings from Belarus! Thanks W3schools! +

+

Zmicer, 22 november, 2021

+
-
-

Thanks @w3schools.com team for making these awesome tutorials and making them available for - everyone for - free. - You're the best

-

MarconiCodes from Zimbabwe

-
+
+

+ I love elephants! +

+

Oleg, 01/12/2021

+
- -
-

Thank you - @w3schools.com for your - best - tutorial in the world!!!

-

I'm @w3schools.com a - fan! I love you! -

-
+
+

+ lessgo! +

+

JP, 22/04/2022

+
- -
-

Hello there! w3Schools helps me alot. Greetings from Brazil!

-

Diego Costa - 2022

-
+ +
+

+

hey guys Mawit here from Cameroon

+

+

thanks to you w3schools for the lake of knowledge you make available to us,
+ and happy learning friends

+
-
-

"Hey, hey, hey, hey now. Don't be mean,; we don't have to be - mean, cuz, - remember, - no matter where you go, there you are."

-
+
+

+ Thank you w3schools! +

+

Chapmann Chow from Hong Kong

+

28/11/2021

+
-
-

"Close to finishing w3schools Git Tutorial... Now I need to start doing - this for my - projects (T_T)"

-

That One Git Noob

-
+
+

Thank you so much w3schools!

+

Praful Chaudhari from India.

+

05/12/2021

+
- -
-

Sunil from New Delhi, India - 11th June, 2022

-

w3schools.com has best tutorial in the world!!! -

-

I'm thankful to @w3schools.com!

-
+
+

☘ ☘ ☘

+

GIT is so far the most inspiring thing + i've learned at w3schools!

+

Kate Khokhlova with greetings from Kharkiv, Ukraine +
08.12.2021 +

+
- -
- -

- "感谢w3schools" -

-

Verolls 2022/06/14

-
+
+

I'm Learning Git & GitHub with w3schools.

+

Thanks W3Schools!

+

From Panama

+

Juan Jurado, 09/12/2021

+
- -
-

"Do whatever you want with this repo but dont make it bored"

-

HASTA LA VISTA!!!!

-

Graduated in Git and GitHub - hydralisk3 - SV

-
+
+

This is my practice for repo

+

Thanks W3Schools!

+

From VietNam

+

I love you!

+
- -
-

Gracias W3 desde Madrid

-
+
+

Thanks everybody in w3schools who tries to simplify the learning new tech.

+

w3schools works for me like a cheetsheet.

+

05/12/2021

+
+
+

Hello w3schools.

+

You've been a good source for learning. Thank you

+
Karikari from Ghana
+
- -
-

- -

BB


-

From Google 6/15/22

-

-
+
+

Hi everyone!!!

+

Thanks W3Schools!

+
- -
-

"Thanks for the journey. Leart a lot!!"

-

Dexter liu from New Zealand

-
+
+

Very nice tutorial!

+

Thanks for all the help, 2022-01-09

+
- -
-

Create by Allen

-
+
+

Welcome everybody!

+

Greetings from Pcim, 2022-01-15

+
- -
-

- Added by Manger George -
-

-
+
+

Hello😍 World. Learning git is fun. Goodbye!
~LM

+
- -
-

W3Schools is great. I'm very thankful. Loved the tutorial.

-

Kibi from Ethiopia - 2022

-
+
+

Hi, Im Ghazal

+

Thanks for the tutorial

+
- -
-

"Thank you for the Git tutorial!"

-

Aasheesh

-
+
+
+

AZ ÉLET ÉRTELME

+

Ha sok cseresznyepaprikát madzagra fűzünk, + abból lesz a + paprikakoszorú.
+ Ha viszont nem fűzzük fel őket, nem lesz belőlük koszorú. Pedig a paprika ugyanannyi, + éppoly piros, éppoly + erős. + De mégse koszorú.
+ Csak a madzag tenné? Nem a madzag teszi. Az a madzag, mint tudjuk, mellékes, + harmad­rangú valami.
+ Hát akkor mi?
+ Aki ezen elgondolkozik, s ügyel rá, hogy gondolatai ne kalandozzanak összevissza, hanem + helyes irányban + haladjanak, nagy igazságoknak jöhet a nyomára. (Örkény István)

+
+
+

THE MEANING OF LIFE

+

If we tie a lot of cherry-peppers on a + string, they’ll make a + pepper-wreath.
+ However, if we don’t tie them on a string, they won’t make a wreath. Although it’s the + same amount of + peppers, + just as red and just as hot. But still no wreath.
+ Does it only lie in the string? No, it doesn’t. That string, as we all know, is an + incidental, third-rate + thing.
+ Then what?
+ People capable of brooding over it and taking care not to let their mind wander about, + but keep them on the + right + track may get a scent of eternal verities. (István Örkény)

+
+
- -
-

Great tutorial. Thank you.

-

Dejan Zmijanac was here!

-

2022/06/24

-
+
+

Thanks for W3Schools.

+

Chaiyasut | 21 Jan 2022

+
- -
-

- Thanks W3School for your tutorials! - Brown -

-

- From Vietnam with love ~ May,2023 -

-
+
+

Hello World. Learning git is fun. Goodbye!
~LM

+
- -
-

-

Love you w3schools

-

from India 25.01.2022

-
+ +
+

Hello from El Salvador

+

January 25, 2022

+
- -
-

- THANK A LOT FOR - THE - LESSON! -

-

Brigesdha from ID - 27/06/22 -

-
- -
-

Great site and great tutorial, Thank you


-

BlueStone17, Italy, 29/06/22

-
+
+ +

+ Thanks to W3Schools. +

+

@@m | 2/2/2022

+
- -
-

Hi everyone! I'm from the Netherlands.

-
+
+

Thanks for the tutorial!

+

Tommi - 3/2/2022

+
- -
-

"Thank you for the Git tutorial! You're the best "

-

Israel Rojas

-
+ +
+

Thanks for presenting content in really good maneer

+

Ameer from India 16/11/2022

+
+ +
+

Hello from Viluppuram

+

Feb 15, 2022

+
- -
-

Thank your for your great lessons


-

Yangon, Myanmar, 01-Jul-2022

-
+
+ +

+ Thanks to W3Schools. +

+

@@m |15/2/2022

+
- -
-


Thanks - W3School

-

Flores-Oz, 5/07/22

-
+ +
+

+ Thanks W3School for this tutorial, i'm learning so much!!! +

+

Franco from Italy

+
- -
-

"Thank you for the Git tutorial! You're the best "

-

Tal (and GitHub copilot)

-
+
+

+ This is cool! Thanks!
Tuukka - Feb 6. 2022 +

+
- -
-

The best tutorial on the web!

-

Mexico 31/07/22

-
+
+ +

+ Thanks to W3Schools. +

+

Curlos - 2/4/2022

+
- -
-

I learned a lot in w3schools and It has helped lot of - developer.

-
+
+

+ Hello World 😍
+ "W3schools has really impacted so much in my tech journey - Thank you"
+

+

Muhon, 10th Feb 2022

+
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
+
+

Hello. My simple edit. djbrooks

+

Feb 12, 2022

+
- -
-

"Thank you for this tutorial!"

-

Greetings from Serbia

-
+
+

+ Thanks you W3Schools!!! +

+

Damian from Argentina

+
- -
-

Amazing tutorial, really helped me out, Thanks for the tutorial. -

-

Julius From Brazil

-
+
+

Hello World! I'm saved by the blood of Jesus!

+

"God shows his love for us in that while we were still sinners, Christ died for us." - + Romans 5:8

+

Thank you for this super helpful tutorial! I'm excited to learn more on my way to becoming a + Back-End + developer! I'll honor God through my work and studies!

+
- -
-

- ITS THE BEST -

-

infraz1 from ID - 27/06/22 -

-
+
+

I maybe the last one to commit . . .

+

But the tutorials are very good! 🖥️💾💿💽

+

But I'm still bad at C++

+
- -
-


Thank - you for the - tutorial W3School

-
+
+

+
Hello @Everyone
+

+

Thank you w3 schools for + your amazing + support + for the dev's

+
- -
-

- "Thank you for the great tutorial! 08/06/2022 -

-
+ +
+

Thank a lot w3 school your website help a lot of + delevoper around + the world.

+

Chansocheat Sok 2/19/2022

+
- -
-

"Thank you for the Git tutorial! You're the best "

-

Iran SagharMax

-
+
+

Thanks for all the lessons!

+

danbaz101 on Feb 28, 2022

+
- -
-

"Gracias por el tutorial, aprendi los comandos basicos " -

-

JJNM2422 vzla,08-07-2022

-
+
+

Hello from Indonesia

+

You can do it, Fighting!!!

+

By: SRZ Dev :D

+
- -
-


Thanks! - and sorry - Flores-Oz for stealing

-

Flores-Oz, 5/07/22

-
+
+

I love W3Schools

+

Thank you for helping me to learn git and github

+

Now I am confident using it. Emekadavid from Nigeria

+
- -
-
-
-

" How do I centre a div?

-
-
-
+
+

Love from india

+

Thanks w3schools for the fantastic hands-on experience for the complete github

+

praveen-raja from INDIA

+
- -
-
-

- KienDuy

-
-
-

Thank you w3schools✨😆

-
-

Your tutorial is amazing & impressive. I'm very thankful. Hope you - have a happy life! -

-

From Vietnam, 17/7/2022

-
-
+
+

+ Thanks you W3Schools!!! +

+

Victor from Ukraine.

+
- -
-

Thank you for such a great tutorial.

-

Emre / Türkiye / 18.07.2022

-
+
+

BE YOUR BEST!

+

Jean from PH 03/10/22

+
- -
-

- - Thank you for this amazing Git and GitHub tutorial! Hope to pick up more technical - skills from - W3School! -

-

--- jw from Malaysia

-
+
+

great to be here

+

love SQL 17.03.2022

+
+ +
+ Hello and + thank you to w3schools for this comprehensive tutorial on Git and GitHub.
Greetings from + Germany +
yesthatismyname on March 09, 2022 +
+ +
+

Thank you for the great Git tutorial!

+

Pawel Litwin, 15.03.2022

+
+ +
+

A Big Thanks & Lots of Love From India

+

Tushar Mohapatra19th March 2022

+
+ +
+

Thanks for + all the great + lessons that you provide!

+

+ Fabio, + 18.03.2022

+
- -
- Ousmane, China
- Thanks so much w3school - for the provision of free resources to global learners.
- I have benefit a lot from your rich contents over the years. -
-
+
+

Love from china

+

Thanks w3schools for the fantastic hands-on experience for the complete github

+

JZ from CHINA

+
- -
-

"This is my first time learning GIT, thank you W3school" -

-

Shawn, 20/07/2022

-
+
+

Thank You For This Fun + Tutorial!

+

AviK from Israel   24.03.2022

+
- -
-

- "w3schools is the best website for learning." -

-

Ashkan Khani

-
- -
-

- Thank you very much W3Schools. I really like the way the courses are formatted. -

-

- Francis from Philippines

-
+

hello from dagestan

- -
-

"My love for w3schools.com is - unlimited, it has - been - a helping hand for me right from beginning Thanks for all you do. You are the best." -

-

Hammed Bello from Nigeria

-
+

hello from dagestan

- -
-

- "Instagram pbx__malhi folow me there" -

-

Jagdeep Singh

-
- -
-

- "Hi Hello" -

-

Palak

-
+

SUIIIIIII W3Schools💖

-
-

- "satyam sharma is the" -

-

Ashkan Khani

-
+
+

I love W3Schools

+

Thank you for helping me to learn git and github

+

Now I am confident using it. Alexandro from Russia

+
- -
-

melih was here

-
- +
+

“If I have seen further, it is by standing on the shoulders of Giants”
- thank you w3 - +
+

+

GB from Italy 26.03.2022

+
- -
-

- "Thank you so much for the tutorial!" -

-

W3school is Amazing

-

You are the Best

-
+
+

Thanks W3Schools for your amazing tutorials!

+

Bugahontas from Brazil - 31/03/2022

+
- -
-

- "Thanks for this amazing tutorial and for the opportunity to get my hands dirty with - GiT!" -

-

RaiNFall

-
+
+

Thank you w3schools and See You in other tutorials + :)

+

M4600 - 05.04.2022

+
- -
-

"Insightful and buttressed my learning"

-

Oyefule Oluwatayo

-
+ +
+

Mohammad Hosein.

+

I'm from Iran .

+

You are full of unrealised potential. It’s important that you recognise them.

+
- -
-

My congratulations to W3schools for this - awesome tutorial -

-

Andrés Conde Rodríguez from Spain

-
- -
-

Thank a lot w3 school your website help a lot of - delevoper around - the world.

-

- "Make it as simple as possible , To Deliver the edge of git - (VCS) - contribution -

-

" Thank you for w3School - "

-

Suraj Kr. Sharma ( INDIA )

-
+ - -
-

Thanks to w3schools for the amazing work

-

Owzbi from Nigeria

+
+
+
+ +
+
Tehran
+
- - -
-
-

Thanks for the tutorial!

+
+
+
+ +
+
Maryam Mirzakhani
- - -
-
-

"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin - Franklin

-

Thanks W3school for the tutorial!

+
+
+
+ +
+
Iran
- - -
-

Tutorial quite simple to understand for beginers --> Great work again!

+
+
+
+ +
+
Tehran
+
+
+
- -
-

"Thanks a lot!"

-

Leo

-
+
+

I'm quite confident, in some sense. Maryam Mirzakhani

+

Friday, Farvardin 12, 1401 AP Date in Karaj, Alborz Province.

+

Fri, 01 Apr 2022 17:54:39

+
- -
-

Thank you for the helpful tutorial!!

-
+ +
+

+ + Thanks W3Schools for a wonderful tutorial. Keep it up guys!
+ From an avid fan of yours - 08/04/2022

+
- -
-
-

Greatest tutorial about Git

-

Thanks for the tutorial!

-
-
+ -
-

Thanks for the tutorial!

-
+
+

+
+ Thank you so much from gms461! +

+
+
+

+
+ The best exprience ever! Thanks! +

+
- -
-

Thanks for the incredible job. Have a good day!

-

GV

-
+ +
+
+
+

+ Kenyans Come here too! +

+

And we love it. Thank you W3SCHOOLS
This Git Zone is + wonderful

+

D_captainkenya
30 April 2022

+ +
-

thank you w3school

+
+

+
+ Nikkis was here, thanks! +

+
- -
-
-

Keep calm and learn with w3schools.com

-
-
+ - -
-

Devilish Hairdresser, uma série de 10 jogos lançados no GirlsGoGames e sites associados dos - anos de 2009 a - 2013...

-

-

flash do Anjo e do Diabo, procurando cada pepita de informação que posso encontrar. -

-

-

Depois disso, exploro minuciosamente o raciocínio por trás de uma interpretação popular de - sua - dinâmica. -

-
- + +
+

+ + Thank you W3Schools! - 07/05/2022

+
- -
-

Thank you for the tutorial, it'll come in handy for college!

-
+
+

+ + humendra here!Thank you W3Schools, Learned a lot from you.- 12/05/2022

+
- -
-

- Thank you very much W3Schools. A well structured course. -

-

- Luke

-
+ +
+

+ Hi! I'm Barby! I've started this journey on my own and W3Schools is part of it. I just wanna + say + THANKS. +

+

11/05/22

+
- -
-

- Thanks from - Sweden!
-Simon

-
- -
-
-

- Thank you w3schools - for your efforts and beginner friendly tutorials

-

- Learn from yesterday -

-

Live - for today

-

Hope - for tomorrow

-

The - important thing is - to not stop questioning

- animated-turkey-flag-image-0001 - Mehmet - Hüsnü - Celik - animated-turkey-flag-image-0001 -

animated-turkey-flag-image-0021 - Greetings From Turkey animated-turkey-flag-image-0022 -

-
-
+ +
+

+ + W3Schools rocks!!!
+ From an avid fan of yours - 08/04/2022

+
- -

- Hello World! -

- -
-

- Thank you very much W3Schools. A well structured course. -

-

- Luke

-
- -

Thank you for the tutorial

- - -

Hello and thank you!

- - -

Hi

- - -
-

If you think math - is hard, try web - development.

-

Mansoor Alamyar, - Kabul-Afghanistan. -

-
+ +
+

+
+ Daniel Kamsiyochukwu Nicholas from Nigeria was here, 20/05/2022 +

+
+ +
+

STAY HEALTHY, STAY HOPEFUL, SPREAD LOVE

+

James from USA 05/23/22

+
- -
-

Thank you W3Schools. Thank you for - the tutorial. -

-
+ +
+

+ Yusuf Kesgin from Turkey was here. Happy coding! +

+

23/05/2022

+
- -
-

Very Very Thank W3Schools💖.Your - are my Master -

-
+ +
+ +

W3SCHOOLS FOREVER

+
+
- -

Just a test! Thank you, w3schools team!

+ +
+

+ Simone De Bartolo from Catania, thanks W3Schools +

+

23/05/2022

+
- -
-

- "I asked God for a bike, but I know God doesn’t work that way. So I stole a bike and - asked for - forgiveness." -

-

Someone

-

quoted by Legend-Duck

-
+ +
+

+ + Thanks W3Schools for the tutorial
+ From Thomas Njoroge - 26/05/2022

+
- -
-

- Thank You W3Schools !!
- Благодарам W3Schools!! -

-

 -Дарко Сасански

-
+ +
+

I'm quite confident, in some sense. + Anjali Rathor

+

neemuch,madhya pradesh,India .

+

wed, 01 june 2022

+
- -
-

- Thank You W3Schools !!
- 學習到很多東西!! -

-
+ +
+

+ + Thanks W3Schools for the tutorial
+ From Anil DOLLOR - 1/06/2022

+
+ +
+ +

+ Thanks W3Schools for the tutorial
+ From Anil DOLLOR : ) , Neemuch Madhya Pradesh, India

+ 31 May 2022 +

+
- -

Thanks a lot for the tuto

+
+

+ +

Anjali Mahawar


+

From Neemuch (M.P.) India - 01/06/2022

+

+
+
+

+ "Thank you W3Schools" - 08/06/2022 +

+
- -
-

- Thanks for the tutorial W3 School! -

-

Thanks for the all the amazing content

-

Agwe Bryan from Cameroon 👍 🥰

-
+ +
+

Now I can work with others without fear of messing up, thx w3schools :D

+

From Kevin - Montpellier, France - 06/06/2022

+
- -

Thanks a lot for this awesome tutorial

+
+

+ +

Poonam Dhangar


+

From Neemuch (M.P.) India - 06/06/2022

+

+
-

added new line

+ +
+ +
+ Makoto Studying +

Thanks for the lessons, I've learned a lot and hope to continue + for as long as I am + able!

+

~Marim 6-4-22

+
+
- -

- Amazing Tutorial -

+
+

+ +

Smit Shah


+

From Bhavnagar (Gujrat) India - 04/06/2022

+

+
- -
-

- Thanks for the tutorial W3 School! -

-

Thanks for the all the amazing content

-

Ahmed Gamal Dakhly from Egypt/Minya 👍 🥰

-
+
+

Thanks @w3schools.com team for making these awesome tutorials and making them available for + everyone for + free. + You're the best

+

MarconiCodes from Zimbabwe

+
-
-

Thank you for making this tutorial, W3Schools! ~MP

-
+ +
+

Thank you + @w3schools.com for your + best + tutorial in the world!!!

+

I'm @w3schools.com a + fan! I love you! +

+
- -
-

- Very good tutorial! -

-
- + +
+

Hello there! w3Schools helps me alot. Greetings from Brazil!

+

Diego Costa - 2022

+
-
-

- Thanks very much, have a great day. -

-
+
+

"Hey, hey, hey, hey now. Don't be mean,; we don't have to be + mean, cuz, + remember, + no matter where you go, there you are."

+
- -
-

Thank you very much for the tutorial!

-
+
+

"Close to finishing w3schools Git Tutorial... Now I need to start doing + this for my + projects (T_T)"

+

That One Git Noob

+
+ + +
+

Sunil from New Delhi, India - 11th June, 2022

+

w3schools.com has best tutorial in the world!!! +

+

I'm thankful to @w3schools.com!

+
- -
-

This is the best way to learn ever. Thank you W3Schools!!! -

-

- Ralph

-
+ +
+ +

+ "感谢w3schools" +

+

Verolls 2022/06/14

+
- -
- Thank you for teaching us www.w3schools.com
Mexico City. -
+ +
+

"Do whatever you want with this repo but dont make it bored"

+

HASTA LA VISTA!!!!

+

Graduated in Git and GitHub - hydralisk3 - SV

+
- -
-

Thanks for this great tutorial!

-
+ +
+

Gracias W3 desde Madrid

+
- -
THANKS FROM YOYOBARA!
+ +
+

+ +

BB


+

From Google 6/15/22

+

+
- + +
+

"Thanks for the journey. Leart a lot!!"

+

Dexter liu from New Zealand

+
- - Thanks for this tutrorial! + +
+

Create by Allen

+
- -
-

- Thank you for this tutorial -

-
- -
-

Thank you(w3Schools) for such a wonderfull git tutorial. :)

-
+ +
+

+ Added by Manger George +
+

+
- -
- Thank you for teaching us www.w3schools.com
NIGERIA. -
+ +
+

W3Schools is great. I'm very thankful. Loved the tutorial.

+

Kibi from Ethiopia - 2022

+
- -
-

Thank you for this great tutorial w3schools! - Someone from France

-
+ +
+

"Thank you for the Git tutorial!"

+

Aasheesh

+
- -
-

Thank you...

-
+ +
+

Great tutorial. Thank you.

+

Dejan Zmijanac was here!

+

2022/06/24

+
- -
-

Thank you w3schools so much for this course

-

I learned a lot from this course and a lot of your other courses :)

-
+ +
+

+ Thanks W3School for your tutorials! - Brown +

+

- From Vietnam with love ~ May,2023 -

+
- -
- Thanks for great tutorial W3School! from Philippines -
+ +
+

+

Love you w3schools

+

from India 25.01.2022

+
- -
-

Thanks for this tutorial.
- Mambet Aibar

-
+ +
+

+ THANK A LOT FOR + THE + LESSON! +

+

Brigesdha from ID + 27/06/22 +

+
- -
- Thank you for the wonderful git tutorials s www.w3schools.com
weisheng. -
+ +
+

Great site and great tutorial, Thank you


+

BlueStone17, Italy, 29/06/22

+
- -
- Thank you for teaching us www.w3schools.com ... jaber
Morocco. -
+ +
+

Hi everyone! I'm from the Netherlands.

+
- -
-

좋은 깃 강의에 감사드립니다.

-

김광현.

-
+ +
+

"Thank you for the Git tutorial! You're the best "

+

Israel Rojas

+
- -
- I'm very grateful for this for course
-
+ +
+

Thank your for your great lessons


+

Yangon, Myanmar, 01-Jul-2022

+
+ +
+


Thanks + W3School

+

Flores-Oz, 5/07/22

+
- -
- Git tutorial 2022 is good
-
+ +
+

"Thank you for the Git tutorial! You're the best "

+

Tal (and GitHub copilot)

+
+ +
+

The best tutorial on the web!

+

Mexico 31/07/22

+
- -
-

Thank you for these great tutorials.
Mahammad from Baku, Azerbaijan.

-
+ +
+

I learned a lot in w3schools and It has helped lot of + developer.

+
- -
-

Thank you.
some guy from US.

-
+ +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
- -
- Hello! I'm A.M. Shohan from Bangladesh.
- Thank you very much W3School.
-
+ +
+

"Thank you for this tutorial!"

+

Greetings from Serbia

+
- -
-

Thank you for the lessons! Pietro.

-
+ +
+

Amazing tutorial, really helped me out, Thanks for the tutorial. +

+

Julius From Brazil

+
- -
+ +
+

+ ITS THE BEST +

+

infraz1 from ID + 27/06/22 +

+
-
-

-
- Thanks Allah 💖 -

-
-
- + +
+


Thank + you for the + tutorial W3School

+
- -
-

Thank you W3Schools, Lots of Love from India. I love - computers because you - made - it easy for me.

-

EliMullan

-
+ +
+

+ "Thank you for the great tutorial! 08/06/2022 +

+
- -
-

very grateful to you for providing such a wonderful content, lots of love

-
+ +
+

"Thank you for the Git tutorial! You're the best "

+

Iran SagharMax

+
- -

- Thank you for the tutorial! -

+ +
+

"Gracias por el tutorial, aprendi los comandos basicos " +

+

JJNM2422 vzla,08-07-2022

+
- -
-

⭐ Thank you W3School for - the amazing Git - Tutorial ⭐

-

Greetings from San Luis Potosí, México.

+ +
+


Thanks! + and sorry + Flores-Oz for stealing

+

Flores-Oz, 5/07/22

+
+ + +
+
+
+

" How do I centre a div?

+
+
- -

- Thank you for the tutorial! + +

+
+

+ KienDuy

+
+
+

Thank you w3schools✨😆

+
+

Your tutorial is amazing & impressive. I'm very thankful. Hope you + have a happy life!

+

From Vietnam, 17/7/2022

+
+
- -

- Thank you for the tutorial <3< /i> -

+ +
+

Thank you for such a great tutorial.

+

Emre / Türkiye / 18.07.2022

+
- -

Thank you for these amazing tutorials, they helped me a lot. - Cheers from - Brazil - - Daniel.

+ +
+

+ + Thank you for this amazing Git and GitHub tutorial! Hope to pick up more technical + skills from + W3School! +

+

--- jw from Malaysia

+
- -
-

Hi there 🤙

-
+ +
+ Ousmane, China
+ Thanks so much w3school + for the provision of free resources to global learners.
+ I have benefit a lot from your rich contents over the years. +
+
- -

- Thank you very much for the tutorial! Best wishes to you. -

- + +
+

"This is my first time learning GIT, thank you W3school" +

+

Shawn, 20/07/2022

+
- -
-

Thank you w3shools for this tutorial ❤️

-

Greetings from Kampala, Uganda

-
- + +
+

+ "w3schools is the best website for learning." +

+

Ashkan Khani

+
- -
-

Thank you for the very nice tutorial. You rock!

-

Marcio, Brazil

-
+ +
+

+ Thank you very much W3Schools. I really like the way the courses are formatted. +

+

- Francis from Philippines

+
- -
-

some text about thanking w3school

-
+ +
+

"My love for w3schools.com is + unlimited, it has + been + a helping hand for me right from beginning Thanks for all you do. You are the best." +

+

Hammed Bello from Nigeria

+
- -
-

Ciao a tutti and thank you to W3Schools!

-
+ +
+

+ "Instagram pbx__malhi folow me there" +

+

Jagdeep Singh

+
+ + +
+

+ "Hi Hello" +

+

Palak

+
+ +
+

+ "satyam sharma is the" +

+

Ashkan Khani

+
- -
-

W3Schools is the best & simple learning website i have ever - seen!

-
+ +
+

melih was here

+
+ + + +
+

+ "Thank you so much for the tutorial!" +

+

W3school is Amazing

+

You are the Best

+
-
- Thanks to W3schools! Love from Bangladesh. -
+ +
+

+ "Thanks for this amazing tutorial and for the opportunity to get my hands dirty with + GiT!" +

+

RaiNFall

+
- -
-

Thank you fro tutorial

-

Zougha, Morocco

-
+ +
+

"Insightful and buttressed my learning"

+

Oyefule Oluwatayo

+
- -
-

Thank you to W3Schools! for great tutorial

-
+ +
+

My congratulations to W3schools for this + awesome tutorial +

+

Andrés Conde Rodríguez from Spain

+
+ +
+

Thank a lot w3 school your website help a lot of + delevoper around + the world.

+

+ "Make it as simple as possible , To Deliver the edge of git + (VCS) + contribution +

+

" Thank you for w3School + "

+

Suraj Kr. Sharma ( INDIA )

+
- -
-

Thank you to W3Schools!

-
+ +
+

Thanks to w3schools for the amazing work

+

Owzbi from Nigeria

+
- -
-

⭐ Spend 2 days going - through this tutorial. - Simple and clear. Many thanks! ⭐

-

From Alan Phillips, Portsmouth UK.

-
+ +
+
+

Thanks for the tutorial!

+
+
- -
-

Thanks W3School for this cool tutorial! Greetings from Cracow, Poland

-

Piotr, 25 Dec 2022

-
+ +
+
+

"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin + Franklin

+

Thanks W3school for the tutorial!

+
+
- -
-

Merry Christmas and Happy New Year!

-
+ +
+

Tutorial quite simple to understand for beginers --> Great work again!

+
- -
-
-

学到了很多! 谢谢侬!

-

-From Shanghai, China

-
-
+ +
+

"Thanks a lot!"

+

Leo

+
- -
-

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

-

Carl, SouthEast Asia

-
+ +
+

Thank you for the helpful tutorial!!

+
- -
-

"Happy New Year!!! Hakuna Matata" - Skill Rox ,27/12/2022 -

-
+ +
+
+

Greatest tutorial about Git

+

Thanks for the tutorial!

+
+
-
-

W3Schools, you've been a life saver. Thank you for all that you do, Ibukun from Nigeria -

-
+
+

Thanks for the tutorial!

+
- -
-

"Thank you for teching me ^__^" - Sk> -

+ +
+

Thanks for the incredible job. Have a good day!

+

GV

+
- -
-

-

Thank You So Much w3schools

-

-
+

thank you w3school

- -
-

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

-

India--

-
+ +
+
+

Keep calm and learn with w3schools.com

+
+
+ +
+

Devilish Hairdresser, uma série de 10 jogos lançados no GirlsGoGames e sites associados dos + anos de 2009 a + 2013...

+

+

flash do Anjo e do Diabo, procurando cada pepita de informação que posso encontrar. +

+

+

Depois disso, exploro minuciosamente o raciocínio por trás de uma interpretação popular de + sua + dinâmica. +

+
+ - -
-

Thank you W3schools for this so wonderful tutorial, really much appreciated!

-

AW, Fulda

-
+ +
+

Thank you for the tutorial, it'll come in handy for college!

+
-
-

Thanks a lot for sharing this great tutorial! this is not the first time I've used - w3schools, you have - taught - me a lot over the years!

- Javad from Iran. - -
+ +
+

+ Thank you very much W3Schools. A well structured course. +

+

- Luke

+
- -
-

- Thank You W3Schools !!
- Greetings from Portugal! -

-

 -Tiago Brito

-
- -
-

Congratulations for such an amazing job w3schools. Greetings from - Bolivia

-
-
- -
- -
- SO MANY LOVE FROM BANGLADESH.🇧🇩
- This is your host Sajib Hasan. -
+ +

+ Hello World! +

+ +
+

+ Thank you very much W3Schools. A well structured course. +

+

- Luke

+
+ +

Thank you for the tutorial

+ + +

Hello and thank you!

+ + +

Hi

+ + +
+

If you think math + is hard, try web + development.

+

Mansoor Alamyar, + Kabul-Afghanistan. +

+
- -
-

Thanks to ✔w3schools✔ - for being - such nice and generous at sharning this wonderful knowledge to everyone freely!

-
- -
-

- "My open-source contribution. PROUD!" -

-

Rumiani

-
+ +
+

Thank you W3Schools. Thank you for + the tutorial. +

+
- -
-

Thanks for the Tutorial!

-

From Zach

-
+ +
+

Very Very Thank W3Schools💖.Your + are my Master +

+
- -
-
-

- Thank you w3schools! -

-

- The best place for learning!!! -

-

- Evgeniy from Belarus, 2023 -

-
-
-
-
-
-
-
+ +

Just a test! Thank you, w3schools team!

+ + +
+

+ "I asked God for a bike, but I know God doesn’t work that way. So I stole a bike and + asked for + forgiveness." +

+

Someone

+

quoted by Legend-Duck

+
- -
-
-

Thanks W3 Schools For Making Learning Easy

-

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Minus porro culpa incidunt - voluptatem quis - cumque - sint, consequatur libero nam aperiam placeat! Totam quis corporis mollitia iste - blanditiis possimus - tenetur - dignissimos.

-
-John Doe
-
05//02/2022
-
-
- -
-
-

thanks for this tutorial

-
-
+ +

Thanks a lot for the tuto

+ +
+

+ Thanks for the tutorial W3 School! +

+

Thanks for the all the amazing content

+

Agwe Bryan from Cameroon 👍 🥰

+
+ +

Thanks a lot for this awesome tutorial

+

added new line

- -
-
-

- Ooooooooooooh w3schools! -

-

- The best place for learning!!! -

-

- Evgeniy from Belarus, 2023 -

-
-
-
-
-
-
-
+ +

+ Amazing Tutorial +

- -
-

- "My open-source contribution - thank you to w3schools!" -

-

PWN

-
+ +
+

+ Thanks for the tutorial W3 School! +

+

Thanks for the all the amazing content

+

Ahmed Gamal Dakhly from Egypt/Minya 👍 🥰

+
- -
-

- "First Ever OS Contribution! Please merge this!" -

-

PWN

-
+
+

Thank you for making this tutorial, W3Schools! ~MP

+
-
-

- Thanks for the tutorial! -

-
+ +
+

+ Very good tutorial! +

+
+ - -
-

Thanks W3Schools!

- bealfredo, 2023/01/25 +
+

+ Thanks very much, have a great day. +

+
- -
+ +
THANKS FROM YOYOBARA!
- -
-

- "Big KUDOS to W3Schools" -

-

JS

-
+ - -
-

Thank w3school for this tutorial!!!
By Nick Chen from Taiwan

- -
+ +
+

+ Thank you for this tutorial +

+
+ +
+

Thank you(w3Schools) for such a wonderfull git tutorial. :)

+
-
-

This is curryflex changes

-
+ +
+ Thank you for teaching us www.w3schools.com
NIGERIA. +
-
-

This text change from local repo.

-
- -
-

- Thank You W3Schools !!
- Greetings from Belgium! -

-

 -Koda5523

-
+ +
+

Thank you for this great tutorial w3schools! - Someone from France

+
- -
-

- Big thanks to w3schools team! You are amazing. Keep up the good work.
- -From Iran by scriptax - March 4, 2023 -

-
- - - Sow a thought and you reap an action;
- Sow an act and you reap a habit;
- Sow a habit and you reap a character;
- Sow a character and you reap a destiny. -
-
-
- - + +
+

Thanks for this tutorial.
+ Mambet Aibar

+
-
-

- "Thank you W3Schools! - 02/03/2023" -

-

PWN

-
+ +
+ Thank you for the wonderful git tutorials s www.w3schools.com
weisheng. +
- -
-

Thank you W3Schools for a clear and very cleverly designed - tutorial. - It was a true pleasure to learn from you!

-

Mark Szente, Budapest, Hungary

-
+ +
+ Thank you for teaching us www.w3schools.com ... jaber
Morocco. +
- -
-

"I am grateful to W3Schools for their exceptional tutorials and dedication to providing comprehensive - and - user-friendly content, which have been an invaluable resource in expanding my coding knowledge."

-

Fernando F Robazzi - 2023-03-20

-
+ +
+

좋은 깃 강의에 감사드립니다.

+

김광현.

+
- - -

Greatful for the opportunity to be able to use the great resource plaform. Thank you w3schools

- - -

Thank you for providing this great tutorial, and for free!

-

I think I screwed up, let me try again

- - - -
-

- "Great job on providing free tutorials, w3scooles! I belive there is a lot of hard work behind - what we see - here. Thank you very much!" -

-

Bogdan Cerveneak
Romania

-

- 29.03.2023 -

-
- - + +
+

Thank you for these great tutorials.
Mahammad from Baku, Azerbaijan.

+
- -

Hello from fjorg58, Canada

-

Thank you W3Schools for proving this great tutorial

-

Bonne journée à tous!! Auf wiedersehen!!

- + +
+

Thank you.
some guy from US.

+
+ +
+ Hello! I'm A.M. Shohan from Bangladesh.
+ Thank you very much W3School.
+
-
-

- Thank you very much to the guide!
- Ps. had to copy the code to add this message (unfamiliar with html lol).
- - 28/03/2023
-

-

blueAndWhite

-
+ +
+

Thank you for the lessons! Pietro.

+
- -

Thank you for providing this great tutorial, and for free!

-

I think I screwed up, let me try again

- + +
- -

Thank you w3schools, I learned a lot

-

Abdul Qadir Amin, Kabul, Afghanistan

+
+

+
+ Thanks Allah 💖 +

+
+
+ + + +
+

Thank you W3Schools, Lots of Love from India. I love + computers because you + made + it easy for me.

+

EliMullan

+
- -

Thanks for the tutorial!

+ +
+

very grateful to you for providing such a wonderful content, lots of love

+
- -

Thanks this tutorial helped me a lot!

+ +

+ Thank you for the tutorial! +

+ + +
+

⭐ Thank you W3School for + the amazing Git + Tutorial ⭐

+

Greetings from San Luis Potosí, México.

+
- -

Thanks for making this tutorial

+ +

+ Thank you for the tutorial! +

+ + +

+ Thank you for the tutorial <3< /i> +

+ + +

Thank you for these amazing tutorials, they helped me a lot. + Cheers from + Brazil + - Daniel.

+ + +
+

Hi there 🤙

+
- -

If we don't save the Earth, who will?

+ +

+ Thank you very much for the tutorial! Best wishes to you. +

+ - -
-

Thank you for such amazing content for free

- -
+ +
+

Thank you w3shools for this tutorial ❤️

+

Greetings from Kampala, Uganda

+
+ + +
+

Thank you for the very nice tutorial. You rock!

+

Marcio, Brazil

+
- -

Lovely clear website and tutorial. Well done! - Chris

+ +
+

some text about thanking w3school

+
+ +
+

Ciao a tutti and thank you to W3Schools!

+
- -
-

-

“Fear is not evil. It tells you what your weakness is. And once you know your - weakness, you - can - become stronger as well as kinder.”

- Gildarts Clive (Fairy Tail)

-

Made with love by DrinVerse © 4/18/23

- -
+ +
+

Thank you to W3Schools!

+
- -
-

Thank You W3Schools for your free tutorials! Keep on - keeping on!! 😎

-
Max
-
04.11.23
-
- + +
+

⭐ Spend 2 days going + through this tutorial. + Simple and clear. Many thanks! ⭐

+

From Alan Phillips, Portsmouth UK.

+
- -
-

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

-

Saba & Ehsan, urmia-Iran

- -
+ +
+

Thanks W3School for this cool tutorial! Greetings from Cracow, Poland

+

Piotr, 25 Dec 2022

+
- -
-

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

-

Onkar Kadam from INDIA

- -
+ +
+

Merry Christmas and Happy New Year!

+
- -
-

- The Humble beginning -

-

5/04/2023

-
- -
-

Gracias al tutorial, saludo desde México

-
+ +
+
+

学到了很多! 谢谢侬!

+

-From Shanghai, China

+
+
- -

I think this is the best place to learn about programming. After learning form W3Schools☀️❤️ I can - recommend all - to - go visit W3Schools💖.

-

Thank You So much.🤗🤗

+ +
+

Thank you W3schools for this so wonderful tutorial, really much appreciated!. ROCK!

+

Carl, SouthEast Asia

+
- -
-

- - Learning Git Tutorials From W3Schools.com - -

-

- Hello Everyone, I am Jimmy Jayant from India. It is a very wonderful moment for me to join this - learning - platform. - I have already learned HTML, CSS and JavaScript tutorials from this platform. And I am currently - learning Git - tutorials. This amazing tutorial teach us to work in teams and how to collaborate on code. I wish - best of luck - to - everyone learning on this platform. -

-
- + +
+

"Happy New Year!!! Hakuna Matata" - Skill Rox ,27/12/2022 +

+
-

- Thank you w3school for your wonderful content on web development! -

+
+

W3Schools, you've been a life saver. Thank you for all that you do, Ibukun from Nigeria +

+
+ +
+

"Thank you for teching me ^__^" - Sk> +

- - + +
+

Thank you W3schools for this so wonderful tutorial, really much appreciated!

+

AW, Fulda

+
-
-

Thank You, W3Schools!

-

- I want to express my sincere gratitude for your outstanding tutorials on Git and GitHub. Your - comprehensive and - accessible lessons have equipped me with the skills and knowledge needed to confidently contribute - to open - source - projects. Your commitment to providing high-quality educational resources, including the W3.CSS - framework, has - been instrumental in my learning journey. The clarity and simplicity of your explanations have made - complex - concepts approachable, enabling me to grasp them with ease. Thanks to your tutorials, I am now an - active - participant in the open source community, making meaningful contributions and collaborating with - others. Your - impact on my development as a programmer is immeasurable, and I am truly grateful for the - opportunities your - tutorials have provided. -

-

- Name: Emmanuel Xs -

-

- Date: 22 May, 2023 -

-
- +
+

Thanks a lot for sharing this great tutorial! this is not the first time I've used + w3schools, you have + taught + me a lot over the years!

+ Javad from Iran. + +
+ +
+

+ Thank You W3Schools !!
+ Greetings from Portugal! +

+

 -Tiago Brito

+
+ +
+

Congratulations for such an amazing job w3schools. Greetings from + Bolivia

+
+
+ +
+ +
+ SO MANY LOVE FROM BANGLADESH.🇧🇩
+ This is your host Sajib Hasan. +
- -
-

- Fun learning Git from w3schools! -

-

- Hi all, My name is Mridul and I had fun learning about how to use Git and GitHub. I will be - incorporating this - into my daily projects!! -

-
+ +
+

Thanks to ✔w3schools✔ + for being + such nice and generous at sharning this wonderful knowledge to everyone freely!

+
- -
-
-

""Amerikan emperyalizminin yarı sömürgesiyiz, dedi Hikmet
- Nâzım Hikmet vatan hainliğine devam ediyor hâlâ.""

-

Nâzım Hikmet

-
-
- + +
+

+ "My open-source contribution. PROUD!" +

+

Rumiani

+
+ +
+

Thanks for the Tutorial!

+

From Zach

+
-
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

+ +
+
+

+ Thank you w3schools! +

+

+ The best place for learning!!! +

+

+ Evgeniy from Belarus, 2023 +

+
+
+
+
+
+
+ +
+
+

Thanks W3 Schools For Making Learning Easy

+

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Minus porro culpa incidunt + voluptatem quis + cumque + sint, consequatur libero nam aperiam placeat! Totam quis corporis mollitia iste + blanditiis possimus + tenetur + dignissimos.

+
-John Doe
+
05//02/2022
+
+
- -
-

- W3Schools thank you very much for the tutorials! -

-

Greetings from Brasil! - I'd like to - thank you for all this content. It's incredibly easy to learn following your explanation and - didatics.

- Don't expect to find happiness at the end of your path. Instead, enjoy your journey and make all - the process - count! -

Bruno Volpe | May 6, 2023

-
- -
-

Message from Mhd, Pakistan:

-

Thanks for the Git tutorial. It was quite helpful.

-

Posted this message on: 05/06/2023

-
+ +
+
+

thanks for this tutorial

+
+
- -
-

- "Make it as simple as possible, but not simpler." -

-

Arun

-
- -
-

W3Schools has provided free and accessible - web development education to youth in developing countries, - empowering them to pursue careers in technology. Many thanks to you guys!

-

MY THREE FAVORITE WORDS

-
life
-
liberity
-
property
+ +
+
+

+ Ooooooooooooh w3schools! +

+

+ The best place for learning!!! +

+

+ Evgeniy from Belarus, 2023 +

+
+
+
+
+
+
+ +
+

+ "My open-source contribution - thank you to w3schools!" +

+

PWN

+
- -
-

Thanks for such a good tutorial. Git is one of the - bricks to - build - reliable and solid foundation.

-

20 May 2023

-
+ +
+

+ "First Ever OS Contribution! Please merge this!" +

+

PWN

+
+
+

+ Thanks for the tutorial! +

+
- -
-
-
-

J.RobertoJRGGRoberto

- -
-
-

Thank you w3schools✨😆👍 -

-

Always learning and clearing doubts with you

-
May 17, 2023 -

Brazil🇧🇷.

-
-
-
+ +
+

Thanks W3Schools!

+ bealfredo, 2023/01/25 - - + -
-

“To die for one's country is a man's privilage,

-

but to die and be reborn is a man's duty.”

- -
- - - - -

Thank You

- - - - -
-

Thank you for the tutorial. I've finally got the - hang of Git! -

-

Judith from Nigeria

-
+ } + +
+ +
+

+ "Big KUDOS to W3Schools" +

+

JS

+
- + +
+

Thank w3school for this tutorial!!!
By Nick Chen from Taiwan

+ +
- +
+

This is curryflex changes

+
- -
-
-

Thank you so much for this tutorial

-

caotrungphi from Vietnam, 02/06/2023

-
-
- + #scriptax-message { + font-weight: 400; + font-size: 16pt; + } + #scriptax-quote { + color: black; + height: 0; + opacity: 0; + transition-duration: 0.3s; + } - + #scriptax-btn:focus~#scriptax-quote { + opacity: 1; + } + + - Thanks for the tutorial W3 School! +
+

+ "Thank you W3Schools! - 02/03/2023" +

+

PWN

+
+ +
+

Thank you W3Schools for a clear and very cleverly designed + tutorial. + It was a true pleasure to learn from you!

+

Mark Szente, Budapest, Hungary

+
- + +
+

"I am grateful to W3Schools for their exceptional tutorials and dedication to providing comprehensive + and + user-friendly content, which have been an invaluable resource in expanding my coding knowledge."

+

Fernando F Robazzi - 2023-03-20

+
-
-

Thanks for the tutorial!

-

- J. Aliprandi

+ - -
-

Thanks for the tutorial!

-

- Vivek Pandey

+ +

Greatful for the opportunity to be able to use the great resource plaform. Thank you w3schools

+ + +

Thank you for providing this great tutorial, and for free!

+

I think I screwed up, let me try again

+ + + +
+

+ "Great job on providing free tutorials, w3scooles! I belive there is a lot of hard work behind + what we see + here. Thank you very much!" +

+

Bogdan Cerveneak
Romania

+

+ 29.03.2023 +

+
+ + + + +

Hello from fjorg58, Canada

+

Thank you W3Schools for proving this great tutorial

+

Bonne journée à tous!! Auf wiedersehen!!

+ + + +
+

+ Thank you very much to the guide!
+ Ps. had to copy the code to add this message (unfamiliar with html lol).
+ - 28/03/2023
+

+

blueAndWhite

+
-
- + +

Thank you for providing this great tutorial, and for free!

+

I think I screwed up, let me try again

+ - -
-

Thanks for the tutorial!

-

- Ali Taher

+ +

Thank you w3schools, I learned a lot

+

Abdul Qadir Amin, Kabul, Afghanistan

-
- + +

Thanks for the tutorial!

- -
-

Great Tutorial!

-

Jimmy

-
- + +

Thanks this tutorial helped me a lot!

- -
-

Buenas, un placer.

-

- Toutl

-
- + +

Thanks for making this tutorial

- -
+ +

If we don't save the Earth, who will?

-
-

pulijalasaiteja06

-

thank you for providing us for free

-
- + +
+

Thank you for such amazing content for free

+ +
- -
-

This was a great tutorial from w3schools.

-

-Bhavish

-
- + +

Lovely clear website and tutorial. Well done! - Chris

- -
-
-

Zubair is thankful to w3school.

-
- - -
+ +
+

+

“Fear is not evil. It tells you what your weakness is. And once you know your + weakness, you + can + become stronger as well as kinder.”

- Gildarts Clive (Fairy Tail)

+

Made with love by DrinVerse © 4/18/23

+ +
-

This is a message from Hoang Ngoc Anh Vietnam

+ +
+

Thank You W3Schools for your free tutorials! Keep on + keeping on!! 😎

+
Max
+
04.11.23
+
+ + + +
+

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

+

Saba & Ehsan, urmia-Iran

+ +
- - -
-

Thanks W3Schools For This Awsome Git & Github Tutorial

-

Regards From Sudhanshu Kumar - India

-
- - + +
+

Thank you very much for your step-by-step, clear and excellent tutorial about Git and GitHub

+

Onkar Kadam from INDIA

+ +
-
-

Thank you! Now I finally know what GitHub is!!!

-

- Chungeun Lee

-
- + +
+

+ The Humble beginning +

+

5/04/2023

+
+ +
+

Gracias al tutorial, saludo desde México

+
- -
-

W3Schools is amazing!🌟

-

Thank you for making it easier for people to learn and grow in their careers -

-
- + +

I think this is the best place to learn about programming. After learning form W3Schools☀️❤️ I can + recommend all + to + go visit W3Schools💖.

+

Thank You So much.🤗🤗

+ + +
+

+ + Learning Git Tutorials From W3Schools.com + +

+

+ Hello Everyone, I am Jimmy Jayant from India. It is a very wonderful moment for me to join this + learning + platform. + I have already learned HTML, CSS and JavaScript tutorials from this platform. And I am currently + learning Git + tutorials. This amazing tutorial teach us to work in teams and how to collaborate on code. I wish + best of luck + to + everyone learning on this platform. +

+
+ - +

+ Thank you w3school for your wonderful content on web development! +

-
-

I decided to make a career change and W3Schools has been my go-to source of study material on C - language and - GitHub basics! Thank you, W3!

-

- Capolo

-
- -
- Happy to be here! Successful comes from your hard working! Never give up! Love W3Schools, my new - family ^^ -
+ + - -
-

Greetings from Germany and many thanks for your tutorials!

-
- +
+

Thank You, W3Schools!

+

+ I want to express my sincere gratitude for your outstanding tutorials on Git and GitHub. Your + comprehensive and + accessible lessons have equipped me with the skills and knowledge needed to confidently contribute + to open + source + projects. Your commitment to providing high-quality educational resources, including the W3.CSS + framework, has + been instrumental in my learning journey. The clarity and simplicity of your explanations have made + complex + concepts approachable, enabling me to grasp them with ease. Thanks to your tutorials, I am now an + active + participant in the open source community, making meaningful contributions and collaborating with + others. Your + impact on my development as a programmer is immeasurable, and I am truly grateful for the + opportunities your + tutorials have provided. +

+

+ Name: Emmanuel Xs +

+

+ Date: 22 May, 2023 +

+
+ - -
-

You are incredible!

-

keep studying and you will be an excellent developer -

- thanks for W3schools to teach me :) - 24/07/23 -
- - -
-

W3Schools !🌟

-

Great Website!

-
- + +
+

Hello World

+
- -

hey, motat learnt some Git

-
niiice
- + +
+

+ Fun learning Git from w3schools! +

+

+ Hi all, My name is Mridul and I had fun learning about how to use Git and GitHub. I will be + incorporating this + into my daily projects!! +

+
+ +
+
+

""Amerikan emperyalizminin yarı sömürgesiyiz, dedi Hikmet
+ Nâzım Hikmet vatan hainliğine devam ediyor hâlâ.""

+

Nâzım Hikmet

+
+
+ - -
-

- - Thank you a million for the opportunity to learn Git and various others technologies on your - website!!! It's - one of the bests I've encountered and it improved myself as a professional a lot :] Love - from Brazil and omg - so awesome this forking idea, I hope I get accepted!
- - Dani Modesti -

-
+
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
- - -
-

Hello everyone!

-
- + +

Thank you for providing this great tutorial, and for free!

+

Terima kasih

+ + + +

Thanks a lot for great tutorial!

+ + +
+

+ W3Schools thank you very much for the tutorials! +

+

Greetings from Brasil! + I'd like to + thank you for all this content. It's incredibly easy to learn following your explanation and + didatics.

+ Don't expect to find happiness at the end of your path. Instead, enjoy your journey and make all + the process + count! +

Bruno Volpe | May 6, 2023

+
+ +
+

Message from Mhd, Pakistan:

+

Thanks for the Git tutorial. It was quite helpful.

+

Posted this message on: 05/06/2023

+
- -
-

Thanks for the tutorial!

-

sahne7

- -
- - + +
+

+ "Make it as simple as possible, but not simpler." +

+

Arun

+
-
-
- Learn Git -
― W3Schools 🚀 -
-
- + -
-

Nice Tutorial

-

08/08/2023 :)

+
+

W3Schools has provided free and accessible + web development education to youth in developing countries, + empowering them to pursue careers in technology. Many thanks to you guys!

+

MY THREE FAVORITE WORDS

+
life
+
liberity
+
property
+
-
- -
-

Saludos desde Urda(Toledo-España)

-

Muchísimas gracias por todos los tutoriales

-
- + +
+

Thanks for such a good tutorial. Git is one of the + bricks to + build + reliable and solid foundation.

+

20 May 2023

+
- -
-
- I glad to meet everyone :> -
- and thank for the tutorial ! -
-

2023-08-09 Jason Xu

-
+ +
+
+
+

+ J.RobertoJRGGRoberto +

- - - -
-

Merci W3schools

-

je vous remercie pour vos - efforts, - toujours - claire et concis - "AMed". - Salut tout le monde. +

+
+

Thank you w3schools✨😆👍

+

Always learning and clearing doubts with you

+
May 17, 2023 +

Brazil🇧🇷.

- - - -
-

- Very usefull tutorial and great platform!

-
- - +
+
- -
-

Hello World!

-
- + + - -
-

gatinho

-
+ + +
+

“To die for one's country is a man's privilage,

+

but to die and be reborn is a man's duty.”

+ +
- -
-
-        Hello there! Feels good to be learning Git.
-        Kara
-        from Kenya.
-      
-
+ - -
-
-        Halo yang ada disana, Terima kasih untuk tutorialnya.
-	Salam dari Indonesia.
-      
-
- + +

Thank You

+ - -
-

- “Behind every great man is a woman rolling her eyes.” -

-

Jim Carey

-
- - + +
+

Thank you for the tutorial. I've finally got the + hang of Git! +

+

Judith from Nigeria

+
-
-
-        Hello there! Feels good to be learning Git and GitHub.
-        Matrix, from planet Earth.
-      
-
- + - -
-
-

Thank you w3schools for taking - your precious - time to create this!

- George Kioko -

From Africa; Nairobi, Kenya!

-
-
- +
+

+ "The explanation requiring the fewest assumptions is most likely to be correct." +

+

William of Ockham

+
- -
-

- I completed w3 school git and github course .Really easy and step wise expalnation. I share to - my - friends and - love - it. - so understandable and intersting . we keep supporting to you - all.💗💗💗💗💗😎😎😎😎(●'◡'●)(●'◡'●)(●'◡'●) -

-
- + - -
-

- I completed the git course from italy on W3 School - re_ema -

-
- + +
+
+

Thank you so much for this tutorial

+

caotrungphi from Vietnam, 02/06/2023

+
+
+ -
-

- You are late Denny, Ivan! I am here 20230907. HeHe!
- 我來打卡了!HeHe! -

-

By Handsome Daddy Jason

-

YO!

-
- -
-

- "Make it as simple as possible, but not simpler." -

-

Albert Einstein

-
- + - -

Which pain do you choose?, the pain of discipline or the pain of regret.

-

Good look

+ Thanks for the tutorial W3 School! - -
-

Hello From Uganda . Finally contributed

-

Never give up on your dreams. At your point of highest discouragement or disappointment is when - you - should push - hardest and never stop

-
+ - -
-

Hola desde México, aqui contribuyendo.

-

Hay que seguir adelante, y no dejar de aprender.

-
- +
+

Thanks for the tutorial!

+

- J. Aliprandi

- -
-

- Akwaaba from Ghana! Don't forget to love Everyone that comes your way! -

- +
+ - -
-

Nihao! My first class in W3Schools, Thank you.

-
- + - -
-
-

Victor👍

-

Nihao! My first class in W3Schools, Thank you.❤️

-
-
- +
+

it was a biggggg help

+

- ilia farzi

+
+ - -
-

NIKUJARIBU TU MAN.

-

NO KUGERIA MANI.

-
- -
-
-

Amir :-)

-

Thanks for your tutorial course💗😎

-
-
- + +
+

Thanks for the tutorial!

+

- Vivek Pandey

- -
-

Umair Spark

-

Hello my fellow I'm From Sangla Hill, Punjab, Pakistan.)

-
- +
+ - -
-

Kashif Ayaz

-

W3 Schools is best

-
- + +
+

Thanks for the tutorial!

+

- Ali Taher

- -

Hi, this is Anirban from India

- +
+ - -

Hello, thank you for the tutorial guys :D

- + +
+

Great Tutorial!

+

Jimmy

+
+ - -

Hello, thanks for the tutorial, it's awesome!

- + +
+

Buenas, un placer.

+

- Toutl

+
+ - -
-

Łukasz from Poland 🤍💖 here,

-

Thank you guys for teaching us all! We would be nothing without you.

-

Have a great day everyone! 💜

-
- + +
- -

Hello, Thanks guys for all you do!!, you rock!

- +
+

pulijalasaiteja06

+

thank you for providing us for free

+
+ - -

Hello, Thanks W3school guys for all you do!!, very Helpful!

- + +
+

This was a great tutorial from w3schools.

+

-Bhavish

+
+ - -

Hello, best regards from Bali, Indonesia

- - -

Hello, fellas! I'm Themy from Indonesia. I am a full time student and my major is Computer Science -

-

For those people who contribute in W3Schools, i just wanted to say thank you for you guys!
- It's very helpful website to learn everything about computer tools and programming.
- Hope to see all of you one day, chit chat and drink some coffee together.
-

+ +
+
+

Zubair is thankful to w3school.

+
+ - -
-

Greetings to whom reading this -

-

This was a great course. Thank you all. -

-
+ +
- -
-
- Thank you guys for this tutorial
- - IWVQ -
-
- +
+
+

Emanuel

+

Estoy muy agradecido por el tutorial, + realmente me ha + ayudado + mucho. Gracias W3Schools!

+
+
+ + + + Thanks W3school for the service. Git and Github is worth learning here. + + + +
+

This message is from AreParameswarudu

+

Thank you W3 schools for this tutorial. +

+

+ A great service for a greater reason.

+
+ + + +
+

Thank You for Your Git Tutorials

+

Dear W3Schools Team, I wanted to extend my gratitude for your excellent Git tutorials, which have + been + instrumental in helping me understand and utilize version control effectively. Thank you for + providing such + valuable learning resources. +

Mahbod Hosseini from IRAN

+

+

+

+

+
+ - -
-

Hi W3Schools!. Thank you for your usefull tutorials, not only - about Git! 👍 - 05.10.2023

-
- +

This is a message from Hoang Ngoc Anh Vietnam

- -

W3schools you are the best! Greetings from Split, Croatia (09/10/2023)

- - + + +
+

Thanks W3Schools For This Awsome Git & Github Tutorial

+

Regards From Sudhanshu Kumar - India

+
+ + - -
-

Hi W3schools!!!

-

Thanks for the tutorials :)

-

-Roanna

-

09-10-2023

-
- +
+

Thank you! Now I finally know what GitHub is!!!

+

- Chungeun Lee

+
+ + + +
+

W3Schools is amazing!🌟

+

Thank you for making it easier for people to learn and grow in their careers +

+
+ - -
-

- "My open-source contribution - thank you to w3schools!" -

-

PWN

-
+ -
-

HELLO ITS CURRYFLEX FROM TANZANIA

-
+
+

I decided to make a career change and W3Schools has been my go-to source of study material on C + language and + GitHub basics! Thank you, W3!

+

- Capolo

+
+ - -
-

Thanks W3Schools!

- bealfredo, 2023/01/25 -
+
+ Happy to be here! Successful comes from your hard working! Never give up! Love W3Schools, my new + family ^^ +
- -
-

- "My open-source contribution - thank you to w3schools!" -

-

PWN

-
+ +

Maa chudi Padi Hai

+ -
-

HELLO ITS CURRYFLEX FROM TANZANIA

-
- -
-

Thanks W3Schools!

- bealfredo, 2023/01/25 -
+ +
+
+

Roma Robot 😎

+

Thank you for amazing possibility to learn! People and Robots become closer to each others! + 🦾❤️💪🏻

+
+
+ -
-

- "The helpful thought for which you look is written somewhere in a book" -

-

Somebody on the internet

-
+ +
+

Greetings from Germany and many thanks for your tutorials!

+
+ + + +
+

You are incredible!

+

keep studying and you will be an excellent developer +

+ thanks for W3schools to teach me :) + 24/07/23 +
+ - -
-

Hello W3Schools.

-

Thank you for all of your tutorials.

-

They have helped me to prepare for my upcoming bootcamp.

-
- + +
+

W3Schools !🌟

+

Great Website!

+
+ + + +

hey, motat learnt some Git

+
niiice
+ + + + + +
+

+ + Thank you a million for the opportunity to learn Git and various others technologies on your + website!!! It's + one of the bests I've encountered and it improved myself as a professional a lot :] Love + from Brazil and omg + so awesome this forking idea, I hope I get accepted!
+ - Dani Modesti +

+
- -
-

Thank you for the amazing tutorial! - Charli

-
- + - -

Thank you for this tutorial! :)

- + +
+

Hello everyone!

+
+ + + +
+

Thanks for the tutorial!

+

sahne7

+ +
+ - -

Hello, Continue your Best Tutorials for every aspiring Developers!, best regards -amkrM from Olongapo - City, - Philippines

- + +
+
+ Learn Git +
― W3Schools 🚀 +
+
- -

Thank You W3schools for Your wonderful courses! You are doing good things. - I wish everyone success in fulfilling their aspirations!

- + - -
-

- "Learning git is fun from w3school" -

-

Daniyal

-
- +
+

Nice Tutorial

+

08/08/2023 :)

- -

Thank You W3schools for Your wonderful courses! You are doing good things. - I wish everyone success in fulfilling their aspirations!

- +
- -
-

- "Learning git is fun from w3school" -

-

Daniyal

-
- + +
+

Saludos desde Urda(Toledo-España)

+

Muchísimas gracias por todos los tutoriales

+
+ - -
-

Hi W3Schools!

-

Thank you for the tutorials, they helped me a lot!

-

Wish everyone best in their path, love from Istanbul!

-

-Serhat

-
- + +
+
+ I glad to meet everyone :> +
+ and thank for the tutorial ! +
+

2023-08-09 Jason Xu

+
- -
-

Thank you for the tutorials, W3Schools!!!

-

CuongNM.

-
- + + + +
+

Merci W3schools

+

je vous remercie pour vos + efforts, + toujours + claire et concis + "AMed". + Salut tout le monde. +

+
+ + + +
+

+ Very usefull tutorial and great platform!

+
+ - -
-

I appreciate you, thank you.

-
- - -
-

The tutorials you prepared are of very high quality and helped me a lot.

-

Respect and love from Turkey. Peace.

-

kemogu.

-
- + +
+

Hello World!

+
+ - -
-

only the most creative messages from me!

-
- + +
+

gatinho

+
- -
-

Keep working hard (but smart)!

-
- + +

Cristiano ronaldo

+ + + +

babababananana

+ + + +

sport clup internacional

+ + + +

I wanna be part of that worldddddddddddd

+ + + + + +

Hello, i make this in day 8/10/23, and i play Genshin Impact my favorite + characters is + the + Xiao and Noelle

+ Xiao + Noelle + + + +

"Be the change you wish to see in the world."

+ + +

+
+

+ "Make it as simple as possible, but not simpler. + Moko wenne" +

+

19 LARA

+
+ - -
-

Thank you for teaching Git, W3Schools.

-

To those in need, leave negative energy in the past by purifying dark memories in flames. You will - sleep - better.

-
- + +

+
+

Hello this is Sanjay Kumbhkar

+

My comment on 23 Aug 2023

+
+ - -
-

Thanks for the great tutorial!

-

- Eryth

-
+ +
+
Musthak Ahamed
+
Edited on 08.22.2023
+
+ + +
Oskar Sundelin. Thank you for the tutorial.
+
Written on 24-08-2023
+ + +

+ "Hello there" +

+ + + +
+

Hello community!!!
+ Graet course!!!. Thanks to W3schools for all their amazing and clear tutorials, + it has been a humble and exciting path learning HTML, CSS, JavaScript and now Git & GitHub.
+

+

- Anniel from Cuba, 2023-08-29 -

+
+ - -
-

W3schools == a good place to learn

-

Respect and love from Portugal. Peace.

-

And i am out!

-

João Figueiredo.

-
- + +
+
+        Hello there! Feels good to be learning Git.
+        Kara
+        from Kenya.
+      
+
- -
-

Thank you for teaching me how to use Git!

-

1456541 - Better days are yet to come!

-

Matas - Matirgo

-
- + +
+
+        Halo yang ada disana, Terima kasih untuk tutorialnya.
+	Salam dari Indonesia.
+      
+
+ + + +
+

+ “Behind every great man is a woman rolling her eyes.” +

+

Jim Carey

+
+ + - -
-

Been fun learning GIT

-

The stuff of Earth competes for the allegiance I owe only to the giver of all good things.

-
- +
+
+        Hello there! Feels good to be learning Git and GitHub.
+        Matrix, from planet Earth.
+      
+
- -
-

Just another message to pull a request

-
- + + + +
+
+

Thank you w3schools for taking + your precious + time to create this!

+ George Kioko +

From Africa; Nairobi, Kenya!

+
+
+ + + +
+

+ I completed w3 school git and github course .Really easy and step wise expalnation. I share to + my + friends and + love + it. + so understandable and intersting . we keep supporting to you + all.💗💗💗💗💗😎😎😎😎(●'◡'●)(●'◡'●)(●'◡'●) +

+
+ + + +
+

+ I completed the git course from italy on W3 School - re_ema +

+
+ + + +

Hi greetings from india🇮🇳

+ + + +
+

+ The Lord has done it this very day;
+ let us rejoice today and be glad. +

+

Bible

+

~Psalm 118:24 (NIV)

+
+ + +
+

+ You are late Denny, Ivan! I am here 20230907. HeHe!
+ 我來打卡了!HeHe! +

+

By Handsome Daddy Jason

+

YO!

+
- -
-

w3schools is a geat platform for learning coding

-

thank u very much

-
- + +
+

+ "Make it as simple as possible, but not simpler." +

+

Albert Einstein

+
+ - -
-

Just a message to learn how to push on a fork in Git

-

Thx! Greetings from Madrid. cdlv

-
- + +

Which pain do you choose?, the pain of discipline or the pain of regret.

+

Good look

- -
-

Hello from Svalbard, Norway

-
- - -
-

G'day from Tamworth, Australia!

-
- + - -
-

- - I was here.
- Leaning GIT.

-
- - -
-

Have a great day! ~ David

-
+
+

Hello From Uganda . Finally contributed

+

Never give up on your dreams. At your point of highest discouragement or disappointment is when + you + should push + hardest and never stop

+
-
-

Great love from Mali

-

- I have now a good notion of Git and Github. -

-
+ +
+

Hola desde México, aqui contribuyendo.

+

Hay que seguir adelante, y no dejar de aprender.

+
+ - -

Hi everyone - Kuba was here! Greetings from - Poland! -

- + +
+

+ Akwaaba from Ghana! Don't forget to love Everyone that comes your way! +

+ - -
-

Hello from Taiwan~ Thank you for making this tutorial and everyone's messages! It feels so warm 🫶 - 2023.11.16 -

-
- + +
+

Nihao! My first class in W3Schools, Thank you.

+
+ - + +
+
+

Victor👍

+

Nihao! My first class in W3Schools, Thank you.❤️

+
+
+ -

Thank you w3schools for your contributions to the programming community! This is the easiest - tutorial to follow thru with git! - - must108 -

+ +
+

NIKUJARIBU TU MAN.

+

NO KUGERIA MANI.

+
+ +
+
+

Amir :-)

+

Thanks for your tutorial course💗😎

+
+
+ - -
-

Hello There!

-

Thank you so much for the tutorial!

-

Have a nice day!

-
- + +
+

Umair Spark

+

Hello my fellow I'm From Sangla Hill, Punjab, Pakistan.)

+
+ - -

- Hello, it was an amazing and insightful experience learning git and git hub from w3 right from scratch + +
+

Kashif Ayaz

+

W3 Schools is best

+
+ + + +

Hi, this is Anirban from India

+ + + +

Hello, thank you for the tutorial guys :D

+ + + +

Hello, thanks for the tutorial, it's awesome!

+ + + +
+

Łukasz from Poland 🤍💖 here,

+

Thank you guys for teaching us all! We would be nothing without you.

+

Have a great day everyone! 💜

+
+ + + +

Hello, Thanks guys for all you do!!, you rock!

+ + + +

Hello, Thanks W3school guys for all you do!!, very Helpful!

+ + + +

Hello, best regards from Bali, Indonesia

+ + + +

Hello, fellas! I'm Themy from Indonesia. I am a full time student and my major is Computer Science +

+

For those people who contribute in W3Schools, i just wanted to say thank you for you guys!
+ It's very helpful website to learn everything about computer tools and programming.
+ Hope to see all of you one day, chit chat and drink some coffee together.
+

+ + +
+

Greetings to whom reading this

- +

This was a great course. Thank you all. +

+
- -

- Hello from Alunno DiProva. -

- + +
+
+ Thank you guys for this tutorial
+ - IWVQ +
+
+ - + +
+

Hi W3Schools!. Thank you for your usefull tutorials, not only + about Git! 👍 + 05.10.2023

+
+ + + +

W3schools you are the best! Greetings from Split, Croatia (09/10/2023)

+ + + + +
+

Hi W3schools!!!

+

Thanks for the tutorials :)

+

-Roanna

+

09-10-2023

+
+ + + +
+

+ "My open-source contribution - thank you to w3schools!" +

+

PWN

+
- + +
+

Thanks W3Schools!

+ bealfredo, 2023/01/25 +
-
-

I am inevitable!

-

- Evil Danny Phantom said it first, not Thanos.

-
+ +
+

+ "My open-source contribution - thank you to w3schools!" +

+

PWN

+
- +
+

HELLO ITS CURRYFLEX FROM TANZANIA

+
- -
-

GREETINGS FROM KIENIN

-

W3Schools helped me learn so much about coding

-

I'm so happy to have found this site and I am forver grateful

-

Love from the Philippines

-

João Figueiredo.

-
- + +
+

Thanks W3Schools!

+ bealfredo, 2023/01/25 +
- -
- -

Um dia chegará sua hora. Disciplina e foco

-

Precisar de alguma ajuda, so me chamar no instagram guiarmanlistrong/

-
- +
+

+ "The helpful thought for which you look is written somewhere in a book" +

+

Somebody on the internet

+
- -
-

Hello There!

-

Thank you so much for the tutorial!

-

Have a nice day!

-
- + +
+

Hello W3Schools.

+

Thank you for all of your tutorials.

+

They have helped me to prepare for my upcoming bootcamp.

+
+ - -
-

Hello There! I am Amirali

-

Thank you so much for the tutorial!

-

Wish you the best

-
- + +
+

Thank you for the amazing tutorial! - Charli

+
+ + + +

Thank you for this tutorial! :)

+ + + +

Hello, Continue your Best Tutorials for every aspiring Developers!, best regards -amkrM from Olongapo + City, + Philippines

+ + + + +

Thank You W3schools for Your wonderful courses! You are doing good things. + I wish everyone success in fulfilling their aspirations!

+ + + +
+

+ "Learning git is fun from w3school" +

+

Daniyal

+
+ + + +

Thank You W3schools for Your wonderful courses! You are doing good things. + I wish everyone success in fulfilling their aspirations!

+ + + +
+

+ "Learning git is fun from w3school" +

+

Daniyal

+
+ - -
-

Hello!

-

Thank you for the tutorial!

-

Have a nice day!

-
- - -
-

HELLO!

-
- + +
+

Hi W3Schools!

+

Thank you for the tutorials, they helped me a lot!

+

Wish everyone best in their path, love from Istanbul!

+

-Serhat

+
+ -
-

HELLO!

-
+ +
+

Thank you for the tutorials, W3Schools!!!

+

CuongNM.

+
+ - -
-

- - I was here.
- Learning GIT, You did amazin job, thank you w3school.

-
- + +
+

I appreciate you, thank you.

+
+ - + +
+

The tutorials you prepared are of very high quality and helped me a lot.

+

Respect and love from Turkey. Peace.

+

kemogu.

+
+ -
-

- - Hi This is Amit from India
- Learning Git was amazing.

-
- + +
+

only the most creative messages from me!

+
+ - -

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. -

-

Greetings. Simon E. Mexico. 30/11/2023

+ +
+

Keep working hard (but smart)!

+
+ + + +
+

Thank you for teaching Git, W3Schools.

+

To those in need, leave negative energy in the past by purifying dark memories in flames. You will + sleep + better.

+
+ - -

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. -

-

Greetings. Simon E. Mexico. 30/11/2023

+ +
+

Thanks for the great tutorial!

+

- Eryth

+
- - -
-

- My sincere thanks to w3schools for all the teaching and quality provided. -

-

- From Brazil, Gustavo B. Esposar - Dec 06, 2023 -

-
- - - -
-

T

-

H

-

A

-

N

-

K

-

S

-

F

-

O

-

R

-

T

-

U

-

T

-

O

-

R

-

I

-

A

-

L

-
- - - - -

Thanks for this content

- - - -

Hello guys, I'm tryna learn Git

-

Thanks W3schools for the free resources... 12/19/23

- - - -

Hello, thank You for teaching so well

-

Have a nice, productive year :-)

- - - - +
+

Great love from Mali

+

+ I have now a good notion of Git and Github. +

+
-
-

Hello World!

-

Welcome to W3school and 2024, fellow learners

-
Also, get rickrolled
- A Rickroll a day keeps the sadness away -
+ +

Hi everyone - Kuba was here! Greetings from + Poland! +

+ + + +
+

Hello from Taiwan~ Thank you for making this tutorial and everyone's messages! It feels so warm 🫶 + 2023.11.16 +

+
+ - + - -
- Siga em frente, tenha foco, e se cair, levante e continue -

Thanks W3schools

-
- +

Thank you w3schools for your contributions to the programming community! This is the easiest + tutorial to follow thru with git! + - must108 +

- -
-

Hello!

-

This is Dina Rolinza, Thank you so much for the Git and Github tutorial! ❤️

-
- + +
+

Hello There!

+

Thank you so much for the tutorial!

+

Have a nice day!

+
+ - -

- Hello, I am kiarieAmos. Glad to be here.
- Thanks so much W3Schools.com....... 26/12/2023 -

- + +

+ Hello, it was an amazing and insightful experience learning git and git hub from w3 right from scratch +

+ - -

- Hello, I am FireRiver
- Thanks so much W3Schools.com for the GIT tutorial !!! ....... - 3/1/2024 -

- + +

+ Hello from Alunno DiProva. +

+ - -

- Hi, I'm WardVT from Belgium
- Thanks for this great tutorial on git! - 4/1/2024 -

+ - + - .ady-box { - background-color: #fff; - padding: 50px; - border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); - } +
+

I am inevitable!

+

- Evil Danny Phantom said it first, not Thanos.

+
- .ady-h1 { - font-style: normal; - font-weight: bold; - color: #333; - } + - .ady-p { - color: #555; - margin-top: 20px; - } + +
+

GREETINGS FROM KIENIN

+

W3Schools helped me learn so much about coding

+

I'm so happy to have found this site and I am forver grateful

+

Love from the Philippines

+

João Figueiredo.

+
+ - .ady-thanks, - .ady-signature { - font-style: italic; - color: #777; - margin-top: 20px; - text-align: left; - margin-left: 0; - } - + +
+ +

Um dia chegará sua hora. Disciplina e foco

+

Precisar de alguma ajuda, so me chamar no instagram guiarmanlistrong/

+
+ -
-
-

Привет, я Адитья Джайн from भारत (01/28/2024)

-

Really enjoyed this tutorial by W3Schools. Committed to committing more 😂

-

-

Thanks,

-

IND/GUJ/AMD/AdySaz3658F

-
-
-

Hello My Name is Anil Dollor 15July2024

- + +
+

Hello There!

+

Thank you so much for the tutorial!

+

Have a nice day!

+
+ + + +
+

Hello There! I am Amirali

+

Thank you so much for the tutorial!

+

Wish you the best

+
+ - -

Hi thanks for tutorial, show must go on!

- + +
+

Hello!

+

Thank you for the tutorial!

+

Have a nice day!

+
+ - -

Hi, this is Malek. Great tutorial, Thanks!

- + +
+

HELLO!

+
+ -

Hello, World! 9/1/2024

+
+

HELLO!

+
-
-

"If we wait until we're ready, we'll be waiting for - the rest of - our lives."
- Lemony Snicket
P.S. Greetings from Italy & thank you W3Schools.com!

-
+ +
+

+ + I was here.
+ Learning GIT, You did amazin job, thank you w3school.

+
+ - -

“Be yourself; everyone else is already taken.” - ― Oscar Wilde

+ - -
-

Hiiiiiiiiiiiiiiiiiiiiiiii!

-

Thank you so much! ❤️

-
- +
+

+ + Hi This is Amit from India
+ Learning Git was amazing.

+
+ - -

Hello, thank you for the tutorial

-

Have a nice, productive year :-)

- + +

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. +

+

Greetings. Simon E. Mexico. 30/11/2023

- - -
-

- "Thank you for w3schools" -

-

Puc_puc

-
+ +

My friends, keep learning, w3schools have very good tutorials. And git will help you a lot with coding. +

+

Greetings. Simon E. Mexico. 30/11/2023

- -
-
-
-

Hello Everyone!

-
-

Thanks for tutorial.

-
-
- + + +
+

+ My sincere thanks to w3schools for all the teaching and quality provided. +

+

+ From Brazil, Gustavo B. Esposar - Dec 06, 2023 +

+
+ + + +
+

T

+

H

+

A

+

N

+

K

+

S

+

F

+

O

+

R

+

T

+

U

+

T

+

O

+

R

+

I

+

A

+

L

+
+ + + + +

Thanks for this content

+ + + +

Hello guys, I'm tryna learn Git

+

Thanks W3schools for the free resources... 12/19/23

+ + + +

Hello, thank You for teaching so well

+

Have a nice, productive year :-)

+ + + + + img { + display: block; + margin: 0 auto; + } + -
-
-

It's great to be here!

-

Thank you W3 for everything

-

Love from Istanbul, HanzadeLK❤️

-
-
- +
+

Hello World!

+

Welcome to W3school and 2024, fellow learners

+
Also, get rickrolled
+ A Rickroll a day keeps the sadness away +
- -

Hello From USA

- + - -

- Wassup guys its your boy Eduard

-

Heres a picture of Me!

- + +
+ Siga em frente, tenha foco, e se cair, levante e continue +

Thanks W3schools

+
+ - -
-
-
-

Hello Everyone!

-
-

Thanks for tutorial.

-

Thanks Eldar XD.

-
-
- + +
+

Hello!

+

This is Dina Rolinza, Thank you so much for the Git and Github tutorial! ❤️

+
+ + + +

+ Hello, I am kiarieAmos. Glad to be here.
+ Thanks so much W3Schools.com....... 26/12/2023 +

+ + + +

+ Hello, I am FireRiver
+ Thanks so much W3Schools.com for the GIT tutorial !!! ....... + 3/1/2024 +

+ + + +

+ Hi, I'm WardVT from Belgium
+ Thanks for this great tutorial on git! - 4/1/2024 +

+ + + + + + +
+
+

Привет, я Адитья Джайн from भारत (01/28/2024)

+

Really enjoyed this tutorial by W3Schools. Committed to committing more 😂

+

+

Thanks,

+

IND/GUJ/AMD/AdySaz3658F

+
+
+

Hello My Name is Anil Dollor 15July2024

+ - .alam img { - max-width: 300px; - } + +

Hi thanks for tutorial, show must go on!

+ - .alam a { - text-decoration: none; - font-size: 22px; - color: black; - } + +

Hi, this is Malek. Great tutorial, Thanks!

+ - .alam button:hover, - .alam a:hover { - opacity: 0.7; - } - -
- - MD -

MD Alam

-

I am student of CSE

-

KIIT University bhubaneswar

-
- - - - -
-

-
- - - -
-
-

Hello Everyone!

-
-

Thanks for the amazing tutorial.

-

I have learned a lot!.

-
-
- +

Hello, World! 9/1/2024

- -
-

Thank you for teaching me how to use Git!

-

Ivan from Zhlobin, Belarus

-

09.02.2024 ☮

-
- +
+

"If we wait until we're ready, we'll be waiting for + the rest of + our lives."
- Lemony Snicket
P.S. Greetings from Italy & thank you W3Schools.com!

+
- -

Hello World - from Liège, - Belgium.

- + +

“Be yourself; everyone else is already taken.” + ― Oscar Wilde

- -

Thanks for the Git tutorial! I find it helpful.

- + +
+

Hiiiiiiiiiiiiiiiiiiiiiiii!

+

Thank you so much! ❤️

+
+ + + +

Hello, thank you for the tutorial

+

Have a nice, productive year :-)

+ + + + +
+

+ "Thank you for w3schools" +

+

Puc_puc

+
- -
-

This tutorial is awesome! Simple and understandable! Simply fantastic! Thanks a lot!

-
- + +
+
+
+

Hello Everyone!

+
+

Thanks for tutorial.

+
+
+ - -
-


- Thanks for lessons on git. -

-
- + +

thanks for the tutorial

+ - -
-
-

Good luck and new successes, everyone! ⭐

-

Thank you, w3schools, for your fascinating, effective, yet simple tutorials!

-
-

- With love from - Russia and Armenia, Boris ❤️

-
- - - -

Greetings from Bahrain ♥

- - - -
-

Finally, I can - actually understand - Git. Yipee!

-

--Worm

-
- + +

console.log(print("IGNOCHI"))

+ - -
-

Thank you so much!

-
- + +

thanks for the tutorial

+ - -
-

Thank you w3schoos for this awesome git tutorial

> -
- - -
-

Thaks a lot for this free resource

> -
- + + - -

Glad to be a part of this!!!

- +
+
+

It's great to be here!

+

Thank you W3 for everything

+

Love from Istanbul, HanzadeLK❤️

+
+
+ + + +

Hello From USA

+ + + +

+ Wassup guys its your boy Eduard

+

Heres a picture of Me!

+ + + +
+
+
+

Hello Everyone!

+
+

Thanks for tutorial.

+

Thanks Eldar XD.

+
+
+ - -
-

Let's make w3schools✨ great (again)

-

Together forever

-

Peace

-
- - -
-

Thanks W3schools

-

Appreciate the effort you are putting to give us adequate learning resources

-

This is your buddy from Kenya

-
- + + +
+ + MD +

MD Alam

+

I am student of CSE

+

KIIT University bhubaneswar

+
+ + + + +
+

+
+ + + +
+
+

Hello Everyone!

+
+

Thanks for the amazing tutorial.

+

I have learned a lot!.

+
+
+ + + +
+

Thank you for teaching me how to use Git!

+

Ivan from Zhlobin, Belarus

+

09.02.2024 ☮

+
+ -
-

- "Thanks I understand Git & GitHub!" -

-

CCC messages

-
-
-

- "Thanks I understand Git & GitHub!" -

-

CCC messages2

-
+ +

Hello World + from Liège, + Belgium.

+ -
-

Emmanuel Here!

-

It's April 1st, 2024.

-

Thank you for this amazing Git/GitHub tutorial.

-
- - - -
-

Thank you for your great GIT lessons w3schools
It's - great to be - here!

-

Greetings from Austria 🇦🇹
Lukas Eppacher -

-

- + +

Thanks for the Git tutorial! I find it helpful.

+ - -
-

I will become a great developer through the w3schools. Thank you so much

-
- + +
+

This tutorial is awesome! Simple and understandable! Simply fantastic! Thanks a lot!

+
+ - - - -
-
- Git Banner -
Thank you for
-
Tutorial
-
-
- - -
-

Chin Guang here

-

Thank you W3School

-

for this amazing Git/GitHub tutorial.

-
- - - -
-

what's up it's KM from Ahmedabad,India🇮🇳 picking up coding again with the odin project - after a long - hiatus

-

Loving the git course and much love to the w3schools community

-

Hope everyone finds happiness in their life makes it:))))

-
- + +
+


+ Thanks for lessons on git. +

+
+ + + +
+
+

Good luck and new successes, everyone! ⭐

+

Thank you, w3schools, for your fascinating, effective, yet simple tutorials!

+
+

+ With love from + Russia and Armenia, Boris ❤️

+
+ + + +

Greetings from Bahrain ♥

+ + + +
+

Finally, I can + actually understand + Git. Yipee!

+

--Worm

+
+ - -
-

"Good luck to every one learning with W3School”

-

- Shruthik

-
- + +
+

Thank you so much!

+
+ - -
-

Fred here

-

Muches gracies

-

agradecido x 100mpre.

-
- + +
+

Thank you w3schoos for this awesome git tutorial

> +
+ + +
+

Thaks a lot for this free resource

> +
+ - -
-
-

- 😎 祝大家学习顺利! -

-

--黄立川

-
-
- +
+

Hi everyone from Marco :D

+
- -
-

Hi

-

I am Mahmood from Afghanistan

-

Thank you for this amazing tutorial

-
- + +
+

+ W3SCHOOL is the best i love the way you base your courses. +

+
-
-

Craig Collins

-

Thank you for the help in learning GitHub.

-
+ +
+

Hello, Thanks for this excellent tutorial

+

Many successes to the w3schools team

+

Francisco from Venezuela

+
+ + + +

Glad to be a part of this!!!

+ + + +
+

Let's make w3schools✨ great (again)

+

Together forever

+

Peace

+
+ - -
-

Young

-

Hi and Thanks! Love the GIT tutorials!

-
- + +
+

Thanks W3schools

+

Appreciate the effort you are putting to give us adequate learning resources

+

This is your buddy from Kenya

+
+ - -
-

- "Git good is a great pun." -

-

Albert Einstein

-
- + +
+

Thanks W3schools

+

31/3/2024

+

from Malaysia

+
+ - -
-

Justin

-

Appreciate for the awesome course!

-
- + +
+

See You Soon Space Cowboy!

+
+ - -
-

Vince Ybañez

-

What a legendary course! Simple, practicle, and great for beginners. 💗😎/p> -

- + +
+

Thank you W3schools!

+

This was a great learning experience. Git is not for the faint at heart.

+

Education is not knowing the answer, but rather knowing where to look for it. Be blessed...

+
+ - -
-

Thank you for the amazing tutorial, much - appreciated!!!

-

Hanroux from South Africa

-
- + +

Many thanks W3shools for the concise and well guided Git and GitHub tutorial.

+ - -

Hi w3schools!

-

You do a really great job! Thank you!

- + +
+

Thank you for your lessons w3schools
It's great to + be here!

+

Saher Ayad (EGYPT)

+
+ - - -
-

Hey i am suhail

-

Thank you git hub for this amazing tutorial

-

Love from india

-
+
+

+ "Thanks I understand Git & GitHub!" +

+

CCC messages

+
+
+

+ "Thanks I understand Git & GitHub!" +

+

CCC messages2

+
- -
-

Guillaume

-

Chopin's four ballades are the best music ever composed on piano.

-
- +
+

Emmanuel Here!

+

It's April 1st, 2024.

+

Thank you for this amazing Git/GitHub tutorial.

+
+ + + +
+

Thank you for your great GIT lessons w3schools
It's + great to be + here!

+

Greetings from Austria 🇦🇹
Lukas Eppacher +

+

+ - -
-

Great Tutorial w3schools!

-

Anthony from Trinidad and Tobago

-
- + +
+

I will become a great developer through the w3schools. Thank you so much

+
+ - -
-

Nexkiv

-

"Here's to the next 30,000 years on Spaceship Earth…" Spaceship Earth Narratior

-
- + + + +
+
+ Git Banner +
Thank you for
+
Tutorial
+
+
+ + +
+

Chin Guang here

+

Thank you W3School

+

for this amazing Git/GitHub tutorial.

+
+ + + +
+

what's up it's KM from Ahmedabad,India🇮🇳 picking up coding again with the odin project + after a long + hiatus

+

Loving the git course and much love to the w3schools community

+

Hope everyone finds happiness in their life makes it:))))

+
+ - -
-

Hello everyone from w3schools!

-

I am MUGISHA FROM KIGALI-RWANDA

-
- + +
+

"Good luck to every one learning with W3School”

+

- Shruthik

+
+ - -
-

Tutorial does not match what I see in the version of GitHub I have downloaded, but - managing to muddle through!

-
- + +
+

Fred here

+

Muches gracies

+

agradecido x 100mpre.

+
+ - -
-

Mohammad arda 2024-05-16

-

Thanks for lighting the path to knowledge

-
- + +
+
+

+ 😎 祝大家学习顺利! +

+

--黄立川

+
+
+ -
-

Prasad Metkar 2024-05-16

-

Make your better version

-
+ +
+

Hi

+

I am Mahmood from Afghanistan

+

Thank you for this amazing tutorial

+
+ - -
Git & GitHub was fun!
-
Thank you for all the web development technologies related Tutorial. Also for Python, Java, - C, C++ Tutorial.
- +
+

Craig Collins

+

Thank you for the help in learning GitHub.

+
-
-

Prasad Metkar 2024-05-16

-

Make your better version

-
+ +
+

Young

+

Hi and Thanks! Love the GIT tutorials!

+
+ + + +
+

+ "Git good is a great pun." +

+

Albert Einstein

+
+ - -
-

- "Good learning for begineer like me! Thanks" -

- SY, 2024-05-29 -
- + +
+

Justin

+

Appreciate for the awesome course!

+
+ - -
-

- "Doskonały portal www.w3schools.com do samodzielnej nauki. Dziękuję bardzo!" -

- 2024-05-31 -
- + +
+

Vince Ybañez

+

What a legendary course! Simple, practicle, and great for beginners. 💗😎/p> +

+ - -
-

I'm Learning Git and Github with W3 School

-
- picture of w3school -

I'm from Sri Lanka too. I love learning all things Technology.

-

Thank you for teaching those technologies

-
-
- + +
+

Thank you for the amazing tutorial, much + appreciated!!!

+

Hanroux from South Africa

+
+ - -
-

Thank you very much

-
-

Thank you very much!

-
-
- + +

Hi w3schools!

+

You do a really great job! Thank you!

+ - -
- +
+

Hey i am suhail

+

Thank you git hub for this amazing tutorial

+

Love from india

+
- #acidashe p { - font-size: 16px; - text-decoration: none; - } - -

Thanks for all the great tutorials! But I must ask...

-

Have you heard of the critically acclaimed MMORPG Final Fantasy XIV? With an expanded - free trial which you can play through the entirety of A Realm Reborn and the - award-winning Heavensward expansion and also award-winning Stormblood expansion up to - level 70 for free with no restrictions on playtime.

-
- + +
+

Guillaume

+

Chopin's four ballades are the best music ever composed on piano.

+
+ - -
-

Hi! all....

-

I'm learning git commands...

-
- + +
+

Great Tutorial w3schools!

+

Anthony from Trinidad and Tobago

+
+ - -
-

HTGA was here!

-
- + +
+

Nexkiv

+

"Here's to the next 30,000 years on Spaceship Earth…" Spaceship Earth Narratior

+
+ - -
-

Hello

-

amazing

-
- - -
-

Thank you note to - w3schools from Abel Kevin Kipkosgei

-

Dear W3Schools Team, I hope this message finds you well. - I am writing to express my sincere gratitude for the wonderful Git course you have made - available on your platform. - The course is exceptionally well-structured, informative, and user-friendly, making the - complex concepts of version - control both accessible and easy to understand. The clear explanations, practical - examples, and interactive exercises - provided throughout the course have significantly enhanced my understanding of Git. As a - result, I now feel much more - confident in my ability to manage and collaborate on projects using this essential tool. - Thank you for your dedication - to providing high-quality educational resources. Your commitment to helping learners - worldwide improve their skills is - truly commendable and greatly appreciated. - - Warm regards, - - [Abel Kevin Kipkosgei]

-
- - -
-

Message from Mariem TN :

-

This is awesome !

-
- + +
+

Hello everyone from w3schools!

+

I am MUGISHA FROM KIGALI-RWANDA

+
+ - -
-

This is a Brazilian message from Brenno! - Muito obrigado W3Schools!

-
- + +
+

Tutorial does not match what I see in the version of GitHub I have downloaded, but + managing to muddle through!

+
+ - -
-

This is a Nay Lin Htike from Myanmar!

-

- Thank You W3schools for Your wonderful courses! You are doing good things. -

-
- + +
+

Mohammad arda 2024-05-16

+

Thanks for lighting the path to knowledge

+
+ -
-

Keep up the great work on your tutorials!!!

-

They're amazing, exceptionally well structured, comprehensive and accessible.

- 20-06-2024 -
- +
+

Prasad Metkar 2024-05-16

+

Make your better version

+
- -

thanks to w3schools!

-

Suchao B

- + +
Git & GitHub was fun!
+
Thank you for all the web development technologies related Tutorial. Also for Python, Java, + C, C++ Tutorial.
+ - -
-

This is Vladyslav Tsybuliak from Ukraine

-

- Дякую W3schools за прекрасні курси! Хай Бог береже кожного! -

-
- +
+

Prasad Metkar 2024-05-16

+

Make your better version

+
- -

here, stranger, have a cookie 🍪

-

xellophane00

- + +
+

+ "Good learning for begineer like me! Thanks" +

+ SY, 2024-05-29 +
+ + + +
+

+ "Doskonały portal www.w3schools.com do samodzielnej nauki. Dziękuję bardzo!" +

+ 2024-05-31 +
+ + + +
+

I'm Learning Git and Github with W3 School

+
+ picture of w3school +

I'm from Sri Lanka too. I love learning all things Technology.

+

Thank you for teaching those technologies

+
+
+ - -
-

this is message from xeon kivy

-

w3school has best tutorials

-
- + +
+

Thank you very much

+
+

Thank you very much!

+
+
+ - -
-

Hi!

-

I'm learning git commands, thanks W3schools!

-
- + +
+ +

Thanks for all the great tutorials! But I must ask...

+

Have you heard of the critically acclaimed MMORPG Final Fantasy XIV? With an expanded + free trial which you can play through the entirety of A Realm Reborn and the + award-winning Heavensward expansion and also award-winning Stormblood expansion up to + level 70 for free with no restrictions on playtime.

+
+ - -
-

Hector was here

-
+ +
+

Hi! all....

+

I'm learning git commands...

+
+ - -
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
- - - -
-

Thanks W3SCHOOL!

-

You Are Really a Life Saver. Your Lessons Are Helping Many - People In Their Coding Journey.

-

Adem Diari from Tunisia

-
- + +
+

HTGA was here!

+
+ + + +
+

Hello

+

amazing

+
+ + +
+

Thank you note to + w3schools from Abel Kevin Kipkosgei

+

Dear W3Schools Team, I hope this message finds you well. + I am writing to express my sincere gratitude for the wonderful Git course you have made + available on your platform. + The course is exceptionally well-structured, informative, and user-friendly, making the + complex concepts of version + control both accessible and easy to understand. The clear explanations, practical + examples, and interactive exercises + provided throughout the course have significantly enhanced my understanding of Git. As a + result, I now feel much more + confident in my ability to manage and collaborate on projects using this essential tool. + Thank you for your dedication + to providing high-quality educational resources. Your commitment to helping learners + worldwide improve their skills is + truly commendable and greatly appreciated. + + Warm regards, + + [Abel Kevin Kipkosgei]

+
+ + +
+

Message from Mariem TN :

+

This is awesome !

+
+ + + +
+

This is a Brazilian message from Brenno! + Muito obrigado W3Schools!

+
+ + + +
+

This is a Nay Lin Htike from Myanmar!

+

+ Thank You W3schools for Your wonderful courses! You are doing good things. +

+
+ + +
+

Keep up the great work on your tutorials!!!

+

They're amazing, exceptionally well structured, comprehensive and accessible.

+ 20-06-2024 +
+ + + +

thanks to w3schools!

+

Suchao B

+ + + +
+

This is Vladyslav Tsybuliak from Ukraine

+

+ Дякую W3schools за прекрасні курси! Хай Бог береже кожного! +

+
+ - -
-

Namaste 🙏 from India

-

Heartfelt Thanks to w3schools

-

"Empowering developers to transform their ideas into reality!"

-
- + +

here, stranger, have a cookie 🍪

+

xellophane00

+ - -
-

Misaotra !

-

Thanks !

-
- + +
+

this is message from xeon kivy

+

w3school has best tutorials

+
+ -
-
-

Thanks w3schools :D

-

Hello,your tutorials are awesome!

-

Nicosia Daniele Umberto / Umberto46

-
+ +
+

Hi!

+

I'm learning git commands, thanks W3schools!

+
+ + + +
+

This is Homer Simpson from Springfield

+

+ Doh! +

+
+ - -
-

Happy To Be Here

-

Yearning for learning.

-
+ +
+

Hector was here

+
- -
-

Salam 🙏 from Turkmenistan

-

w3schools toparyna köp sagbolsunlar

-

"Sanly nesil, sanly gelejek"

-
- + +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+ + + +
+

Thanks W3SCHOOL!

+

You Are Really a Life Saver. Your Lessons Are Helping Many + People In Their Coding Journey.

+

Adem Diari from Tunisia

+
+ - -
-

Greetings Earthlings 🚀 from Mars

-

Nexusflux thanks you all!

-

"Be Kind to each other and create a beautiful reality!"

-
- + +
+

Namaste 🙏 from India

+

Heartfelt Thanks to w3schools

+

"Empowering developers to transform their ideas into reality!"

+
+ + + +
+

Misaotra !

+

Thanks !

+
+ + +
+
+

Thanks w3schools :D

+

Hello,your tutorials are awesome!

+

Nicosia Daniele Umberto / Umberto46

+
- -
-

Thanks for the tutorials!

-

From VN with love

-
- + +
+

Happy To Be Here

+

Yearning for learning.

+
- -

Boo!

- + +
+

Salam 🙏 from Turkmenistan

+

w3schools toparyna köp sagbolsunlar

+

"Sanly nesil, sanly gelejek"

+
+ - -
-

Hello from Sweden!

-

"Empowering developers to transform their ideas into reality!"

-
- - - -
-

Thanks - W3Schools for always giving us good material to learn ❤️!

-

- Mikhail Manco from Peru -

-
- + +
+

Greetings Earthlings 🚀 from Mars

+

Nexusflux thanks you all!

+

"Be Kind to each other and create a beautiful reality!"

+
+ - -
- -

Hello everyone from w3schools!

-

I am Rishabh from india

-
- + +
+

Thanks for the tutorials!

+

From VN with love

+
+ - -
-

Hello W3 schools

-

"thank you for these helpful and detailed tutoroals"

-

"- smiley face"

-
- + +

Boo!

+ - -
-

Greeatings from Bulgaria!

-

Thank you for all the amazing tutorials!

-
- + +
+

Hello from Sweden!

+

"Empowering developers to transform their ideas into reality!"

+
+ + + +
+

Thanks + W3Schools for always giving us good material to learn ❤️!

+

+ Mikhail Manco from Peru +

+
+ - -
- Hello from Lima, Peru 🇵🇪🦙 -

Happy Coding!!!

-
- + +
+ +

Hello everyone from w3schools!

+

I am Rishabh from india

+
+ - -
-

Git Beginner from CN

-

Heartfelt Thanks to w3schools

-

"Empowering developers to transform their ideas into reality!"

-
- + +
+

Hello W3 schools

+

"thank you for these helpful and detailed tutoroals"

+

"- smiley face"

+
+ - -
-

Hi, I've two words

-

I'm batman

-
- + +
+

Greeatings from Bulgaria!

+

Thank you for all the amazing tutorials!

+
+ - -
-

I have lost the spark in my eyes

-

but I guess it is what it is

-
- + +
+ Hello from Lima, Peru 🇵🇪🦙 +

Happy Coding!!!

+
+ - -
-

- "Thanks for teaching me how to use Git :)" -

-

Joe from Cornwall

-
- + +
+

Git Beginner from CN

+

Heartfelt Thanks to w3schools

+

"Empowering developers to transform their ideas into reality!"

+
+ - -
-

Doroud from Rasht, Iran

-

My name is Farnood

-

I'm so glad to have a opportunity to learn Git from W3schools.

-
- + +
+

Hi, I've two words

+

I'm batman

+
+ - -
-

Thanks W3SCHOOL!

-

I'm very happy to practice Git and use GitHub.

-

Imen from Tunisia

-
- + +
+

I have lost the spark in my eyes

+

but I guess it is what it is

+
+ + + +
+

+ "Thanks for teaching me how to use Git :)" +

+

Joe from Cornwall

+
+ - -
-

"Thx for the free lessons!"

-

Galigrü

-
- + +
+

Doroud from Rasht, Iran

+

My name is Farnood

+

I'm so glad to have a opportunity to learn Git from W3schools.

+
+ - -
-

Thanks for the tutorial.

-

You make people better

-
- + +
+

Thanks W3SCHOOL!

+

I'm very happy to practice Git and use GitHub.

+

Imen from Tunisia

+
+ - -
-

Thank you for the free resources, Amir from Iran ❤️

-
- + +
+

"Thx for the free lessons!"

+

Galigrü

+
+ + +
+

Thanks for the tutorial.

+

You make people better

+
+ - +
-

Thank you , Daniel here❤️

+

Thank you for the free resources, Amir from Iran ❤️

- -
-

"W3schools you are the best"

-

Meellaad

-

Tehran, Iran

-
+ - -
-

Thanks for the great and easy-to-read lessons about - Git!

-

S. Navid Ashrafi from - Mashhad

-
- - -
-

Thanks for the tutorial about Git!

-

J Tegh Singh

-
- - -
-

Hello everyone. Thanks from Uzbekistan

-

we build our own way! -

-
- - -
-

Thank you w3schools! I have learned so much from you. Be kind everyone.

-
- + +
+

Thank you , Daniel here❤️

+
+ +
+

"W3schools you are the best"

+

Meellaad

+

Tehran, Iran

+
- -
-

Thanks!

-

Deptrai

-
- + +
+

Thanks for the great and easy-to-read lessons about + Git!

+

S. Navid Ashrafi from + Mashhad

+
+ + +
+

Thanks for the tutorial about Git!

+

J Tegh Singh

+
+ + +
+

Hello everyone. Thanks from Uzbekistan

+

we build our own way! +

+
+ - -
-

Thank you for an incredibly helpful tutorial!

-

Greetings from Ukraine🇺🇦

-

Murat YEsimbietov

-
- + +
+

Thank you w3schools! I have learned so much from you. Be kind everyone.

+
+ + + +
+

Thanks!

+

Deptrai

+
+ - -
-

- w3school you're a lifesaver

-

- mohamed ahmed,egypt

-
- + +
+

Thank you for an incredibly helpful tutorial!

+

Greetings from Ukraine🇺🇦

+

Murat YEsimbietov

+
+ + + +
+

+ w3school you're a lifesaver

+

+ mohamed ahmed,egypt

+
+ - -
-
-
-

Message from Purpleacecard

-

19th August 2024

-
-
Message from Purpleacecard +

19th August 2024

+
+
-

- Step by step, it's all baby steps -

-
-
- - - -
-

- Hey W3schoolers! Hope it's going great for you all!

And for the heads behind - W3school, I'm all thankful and owe you all. Wish ya'll the best!

PouryaHOZ - from Iran

-
- -
- My minimalist message to w3

-Aris -
- - - -

Hello from the great white north.

- - - -
-

Change by Jouona

-

thanks for the tutorial

-
- -
-

A message from Rome, Italy

-
- - -

Greetings! A very good tutorial.

- - - -
-

Message from Chile

-

Hi, everyone, have a nice programming day today!

-
- - -
-

Thanks for everything you're providing to me - w3schools.

-

Albino Raúl Pedro

-
- - - -
-

Message from Chile

-

Hi, everyone, have a nice programming day today!

-
- - -
-

Writing code is like humor. When you have to explain it, it's bad." - My code, probably -

-
- -

Hi my name is John Doyle. I am from michigan studying economics and computer science

- + Step by step, it's all baby steps +

+
+
+ + + +
+

+ Hey W3schoolers! Hope it's going great for you all!

And for the heads behind + W3school, I'm all thankful and owe you all. Wish ya'll the best!

PouryaHOZ + from Iran

+
+ +
+ My minimalist message to w3

-Aris +
+ - -
-

thanks for this tutorial, w3rules

-
+ +

Hello from the great white north.

+ - -
-

Hello every one

-
+ +
+

Change by Jouona

+

thanks for the tutorial

+
+ +
+

A message from Rome, Italy

+
- -
-

Change by AdrianMoreno-dev

-

Gracias por el tutorial:Cambio de ultima hora adicional

-
+ +

Greetings! A very good tutorial.

+ -
-

Gracias por el tutorial

-
+ +
+

Message from Chile

+

Hi, everyone, have a nice programming day today!

+
- -
-

hello i am xyz from Thimi,Nepal

-

i love my place and want to be a programmer. i hope it will come true.

-
+ +
+

Thanks for everything you're providing to me + w3schools.

+

Albino Raúl Pedro

+
+ - -
-

This was an awesome tutorial,

-

as a physicist I will surely use all I learned.

-

Thank you from Trento, Italy!

-
- -
-

I have finish the course
what an interesting experience
Keep moving forward -
-

From BaoStar

-

-
+ +
+

Message from Chile

+

Hi, everyone, have a nice programming day today!

+
-
-

Thanks to w3schools!

-
- -

Thank you guys for teaching me, it will be useful for my career.

+ +
+

Writing code is like humor. When you have to explain it, it's bad." - My code, probably +

+
+ +

Hi my name is John Doyle. I am from michigan studying economics and computer science

- -

Thank you for the Git Tutorial! I don't remember everything, but these were very useful.

- -
-

Thank you w3schools for - teaching me Git in the simplest but most effective way!

- - from - Kaveesha -
- - -
-

Message from Mayowa

-

Thank you W3Schools. Your platform has been very essential in my tech journey. I am very - grateful for every free resources and tools you have provided for the aspiring tech - enthusiasts.

-

With love from Nigeria

-
- -
-

Thank you w3schools!

- Denis -
- + +
+

thanks for this tutorial, w3rules

+
- -
-

Hello there!

- General - Kenobi -
- + +
+

Hello every one

+
- -
-

Message from Neil

-

As a career shifter, one of my insecurities is git since it is one of the must - requirements as a programmer but I don't have experience working on it.

-

But with your great help, I have one less thing to worry about. I am forever grateful to - the greats who are behind this platform

-

Best regards from Philippines

-
+ +
+

Change by AdrianMoreno-dev

+

Gracias por el tutorial:Cambio de ultima hora adicional

+
-
-

Message from Neil

-

As a career shifter, one of my insecurities is git since it is one of the must - requirements as a programmer but I don't have experience working on it.

-

But with your great help, I have one less thing to worry about. I am forever greatful to - the greats who are behind this platform

-

Best regards from Philippines

-
+
+

Gracias por el tutorial

+
+ +
+

hello i am xyz from Thimi,Nepal

+

i love my place and want to be a programmer. i hope it will come true.

+
- - -
-

Hello from Juan

-
- + +
+

This was an awesome tutorial,

+

as a physicist I will surely use all I learned.

+

Thank you from Trento, Italy!

+
+ +
+

I have finish the course
what an interesting experience
Keep moving forward +
+

From BaoStar

+

+
- > -
-

Message from Aslan

-

Thanks, W3Schools for this amazing tutorial! It has helped me too much.

-

You all deserve a trophy.

-
+
+

Thanks to w3schools!

+
+ +

Thank you guys for teaching me, it will be useful for my career.

+ + +

Thank you for the Git Tutorial! I don't remember everything, but these were very useful.

+ + +
+

Thank you w3schools for + teaching me Git in the simplest but most effective way!

+ - from + Kaveesha +
+ + +
+

Message from Mayowa

+

Thank you W3Schools. Your platform has been very essential in my tech journey. I am very + grateful for every free resources and tools you have provided for the aspiring tech + enthusiasts.

+

With love from Nigeria

+
+ +
+

Thank you w3schools!

+ Denis +
+ + + +
+

Hello there!

+ General + Kenobi +
+ + + +
+

Message from Neil

+

As a career shifter, one of my insecurities is git since it is one of the must + requirements as a programmer but I don't have experience working on it.

+

But with your great help, I have one less thing to worry about. I am forever grateful to + the greats who are behind this platform

+

Best regards from Philippines

+
- -
-

Message from Marvin -

Thanks a lot for the awesome tutorial! Very helpful without being overwhelming.

-

+
+

Message from Neil

+

As a career shifter, one of my insecurities is git since it is one of the must + requirements as a programmer but I don't have experience working on it.

+

But with your great help, I have one less thing to worry about. I am forever greatful to + the greats who are behind this platform

+

Best regards from Philippines

+
- -
-

Message from Silverayer

-

Hello W3Schools!

-

I recently learned about GitHub and it is actually really fun knowing - a large community of tech members where everyone helps each other! -

-

- It has been around three since i started the first lesson on your website and it helped - me a lot - to develop my fundamental skills in order to master them as well! -

- W3Schools Green - - - -

Thank you, W3Schools!

- -
-

End of Message from Silverayer!

-
- - + + +
+

Hello from Juan

+
+ - -
-
-

- Message from Capricorn

-

You are amazing!

-

Be proud of yourself, and everything you have achieved so far.

-
- + > +
+

Message from Aslan

+

Thanks, W3Schools for this amazing tutorial! It has helped me too much.

+

You all deserve a trophy.

+
- -
-

Message from Zuma

-

Thank you W3Schools for your good contributions to humanity. Your platform has helped a - lot of individuals who are starting their tech journey and shifting career paths. It is - quite remarkable that this amazing and valuable resources are freely offered to people, - and they can easily learn from it thoughtfully tailored tutorials and compelling - interface.

-

Thank you W3Schools. You are one of the best things to happen to this - world and programmers

-
- + +
+

Message from Marvin +

Thanks a lot for the awesome tutorial! Very helpful without being overwhelming.

+

- -
-

Message from Navneet

-

It was a great experience to learn git from w3 school.

-

Thank you W3Schools. You are one of the best things to happen to this - world and programmers

-
- + +
+

Message from Silverayer

+

Hello W3Schools!

+

I recently learned about GitHub and it is actually really fun knowing + a large community of tech members where everyone helps each other! +

+

+ It has been around three since i started the first lesson on your website and it helped + me a lot + to develop my fundamental skills in order to master them as well! +

+ W3Schools Green + + + +

Thank you, W3Schools!

+ +
+

End of Message from Silverayer!

+
+ + + + + +
+
+

+ Message from Capricorn

+

You are amazing!

+

Be proud of yourself, and everything you have achieved so far.

+
+ + + +
+

Message from Zuma

+

Thank you W3Schools for your good contributions to humanity. Your platform has helped a + lot of individuals who are starting their tech journey and shifting career paths. It is + quite remarkable that this amazing and valuable resources are freely offered to people, + and they can easily learn from it thoughtfully tailored tutorials and compelling + interface.

+

Thank you W3Schools. You are one of the best things to happen to this + world and programmers

+
+ + + +
+

Message from Navneet

+

It was a great experience to learn git from w3 school.

+

Thank you W3Schools. You are one of the best things to happen to this + world and programmers

+
+ - -
-

Greetings from -

Poland

-
+ +
+

Greetings from +

Poland

+
- -
-

Hello World from K210!

-
- - -
-

Greetings from salahhasan-dev
- thanks for this great tutorial on Git and Github, you are the best
- written in 15/10/2024

-
- + +
+

Hello World from K210!

+
+ + +
+

Greetings from salahhasan-dev
+ thanks for this great tutorial on Git and Github, you are the best
+ written in 15/10/2024

+
+ - -
-

Hello World from Siretfel!

-
+ +
+

Hello World from Siretfel!

+
- -
-

Hello World from Lê Duy Phương - CtyBaoDoi

-
- + +
+

Hello World from Lê Duy Phương - CtyBaoDoi

+
+ - -
-

Hello World from Adam!

-
- + +
+

Hello World from Adam!

+
+ - -

Greetings from Cambodia!

-

Thank you W3Schools for your amazing Tutorials!

- + +

Greetings from Cambodia!

+

Thank you W3Schools for your amazing Tutorials!

+ - -
- Greetings from Cambodia! background-position: 0 0; background-size: 100px 100px; " xmlns="http://www.w3.org/2000/svg"> - - - - - - - - - - - -

+ + + + + + + + + +

Привет из Карачаево-Черкессии

-

- -

سلاو لو خواتانه بو سایتان :*

- - -

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

- - -
-

Hello Everyone from Thangbodoiqua - Viet Nam

-
- - - -

Thansks W3S for this amazing tutorial

- - - -

Hey guys, hope you have a nice day!

- - - -
-

Hello from JTO

-
- - - -
-

🌟 Hello from Raghuraj 🌟

-
- +
+ +

سلاو لو خواتانه بو سایتان :*

-
- -

سلاو لو خواتانه بو سایتان :*

+ +
+

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

+
+ + +
+

Hello Everyone from Thangbodoiqua - Viet Nam

+
+ + +

Thansks W3S for this amazing tutorial

+ - -
-

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

-
- - -
-

Hello Everyone from Thangbodoiqua - Viet Nam

-
- + +
+

Hey guys, hope you have a nice day!

+
+ + + +
+

Hello from JTO

+
+ + + +
+

🌟 Hello from + Raghuraj 🌟

+
+ + +
+ +

سلاو لو خواتانه بو سایتان :*

+ + + +
+

Hello everyone!!! My name is Bogdan Big Boss and I love coding!!!

+
+ + +
+

Hello Everyone from Thangbodoiqua - Viet Nam

+
+ + + +
+

Hey guys, hope you have a nice day!

+
+ + + +
+

🌟 + Hello from Raghuraj 🌟

+
+ + + +
+

Hello from Denver

+
+ - -
-

Hey guys, hope you have a nice day!

-
- + +
+

Привет из Москвы

+
- -
-

🌟 - Hello from Raghuraj 🌟

-
- + +
+

Hello from Lebron

+
+ + +

Greetings from Australia, + thank you for the Git & Github tutorial! -barryweb

+ + + +
+

johnGalt stays here, by order of Peaky Blinders!

+
+ - -
-

Hello from Denver

-
- + +
+

hello from Mehdi! thank you for your amazing content!

+
+ > - -
-

Привет из Москвы

-
+ +
+

Hi everyone, this is Vincent from Equinim College!!!

+
+ + + +

Namaste from Ayush

+

Thank you W3Schools for your amazing Tutorials!

+ + +
+

Hello this is Yohannes Manaye

+

I am from Ethiopia and i would like to say thank you for W3Schools for this fantastic + tutorial!

+

for developer keep going

+

Bye Bye

+
- -
-

Hello from Lebron

-
- - -

Greetings from Australia, - thank you for the Git & Github tutorial! -barryweb

- - - -
-

johnGalt stays here, by order of Peaky Blinders!

-
- - - -
-

hello from Mehdi! thank you for your amazing content!

-
- > - - -
-

Hi everyone, this is Vincent from Equinim College!!!

-
- - - -

Namaste from Ayush

-

Thank you W3Schools for your amazing Tutorials!

- - -
-

Hello this is Yohannes Manaye

-

I am from Ethiopia and i would like to say thank you for W3Schools for this fantastic tutorial!

-

for developer keep going

-

Bye Bye

-
- - - - -
-
-

Be yourself; everyone else is already taken.

-
-

- Oscar Wilde, Good Reads

-
- - - -

I am Mohamed Ahad. I will become a web developer. Thanks W3schools for your tutorial.

- - -
-
-
-
-
-

- Venimos en son de paz, permanezcan tranquilos. - Saludos, soy Adrian de la UTEZ xD -

-
- - -

Ghoniichan was here.

- - - -
-

Michael Alan

-

- Olá! Seja bem-vindo(a) ao meu perfil. Eu comecei a programar em PHP 7 e, desde então, não consigo mais parar 🥰. - Aprendi muito construindo uma aplicação web e-commerce e utilizei outras linguagens: JavaScript, HTML, CSS, MySQL e jQuery. -

-

- Quero, com os conhecimentos que adquiri, poder ajudar pessoas e empresas que gostam de tecnologia. -

- -

Contato

-

- Não hesite em tirar alguma dúvida. Pode me mandar um e-mail: michael.dtna@gmail.com -

- -
- - -
-

Greetings from Uzbekistan!

-

W3Schools is awesome!

+
+

Be yourself; everyone else is already taken.

+
+

- Oscar Wilde, Good Reads

+
+ + + +

I am Mohamed Ahad. I will become a web developer. Thanks W3schools for your tutorial.

+ + +
+
+
- - - -
-

Hello from Brazil

-

Thank you for your amazing tutorials! I had a hard time finding a nice Git Tutorial, this was the best!

-

I'm currently developing a business in the transformer monitoring area, using AWS solutions.

-

Augusto Moser

-
- - - -
-

Hello from Iran

-

Thank you for these great tutorials!

-

Fathima

+
- - -
-

Hello from California

-

Those tutorials are 👍🏻

-

-Human

-
- - -
-

Hello from Austria

-

Thank you for these great tutorials!

-

Amina

-
- - - -
-

Hello from Austria

-

Thank you for these great tutorials!

-

Ems

-
- -
-

Привет

-

Меня завют Александер!

-

Александер

-
- - - -
-

Hello from Austria

-

Servus, danke für ois!

-

Lena

-
- - - -
-

Hello from Pakistan

-

Thank's a lot for efforts!

-

Shirin

-
+
+

+ Venimos en son de paz, permanezcan tranquilos. + Saludos, soy Adrian de la UTEZ xD +

+
- -
-

Hello from Pakistan

-

Thank's a lot for efforts!

-

Zahid Hussain

-
+ +

Ghoniichan was here.

+ + + +
+

Michael Alan

+

+ Olá! Seja bem-vindo(a) ao meu perfil. Eu comecei a programar em PHP 7 e, desde então, não consigo mais parar + 🥰. + Aprendi muito construindo uma aplicação web e-commerce e utilizei outras linguagens: JavaScript, HTML, CSS, + MySQL e jQuery. +

+

+ Quero, com os conhecimentos que adquiri, poder ajudar pessoas e empresas que gostam de tecnologia. +

+ +

Contato

+

+ Não hesite em tirar alguma dúvida. Pode me mandar um e-mail: michael.dtna@gmail.com +

+ +
+ + +
+

Greetings from Uzbekistan!

+

W3Schools is awesome!

+
+ + + +
+

Hello from Brazil

+

Thank you for your amazing tutorials! I had a hard time finding a nice Git Tutorial, this was the best!

+

I'm currently developing a business in the transformer monitoring area, using AWS solutions.

+

Augusto Moser

+
+ + + +
+

Hello from Iran

+

Thank you for these great tutorials!

+

Fathima

+
+ + +
+

Hello from California

+

Those tutorials are 👍🏻

+

-Human

+
+ + +
+

Hello from Austria

+

Thank you for these great tutorials!

+

Amina

+
+ + + +
+

Hello from Austria

+

Thank you for these great tutorials!

+

Ems

+
+ +
+

Привет

+

Меня завют Александер!

+

Александер

+
+ + + +
+

Hello from Austria

+

Servus, danke für ois!

+

Lena

+
+ + + +
+

Hello from Pakistan

+

Thank's a lot for efforts!

+

Shirin

+
+ + +
+

Hello from Pakistan

+

Thank's a lot for efforts!

+

Zahid Hussain

+
- - -
-

Thanks for the great and detailed tutorial,

-

viele Grüße aus Deutschland!

-

NK

-
+ + +
+

Thanks for the great and detailed tutorial,

+

viele Grüße aus Deutschland!

+

NK

+
-

Hello from Vietnam

-

I'm a student

-

Shirin

+

Hello from Vietnam

+

I'm a student

+

Shirin

-
-

Hello from JondZ; thank you for the tutorial!

-

20250101

- +
+

Hello from JondZ; thank you for the tutorial!

+

20250101

+
-
+

Hello

-

My name is Artem!

+

My name is Artem!

Cheers

-
+
Greetings !
-
+

Hello from Lagos, Nigeria

-

Thank's a lot for the tutorial!

+

Thank's a lot for the tutorial!

Light

-
+

Hello from Brazil🇧🇷

-

Thank's a lot for efforts!

+

Thank's a lot for efforts!

Felipe Liandro Aka: TonyStark

-
+

In simplicity lies the solution to complexity

Thank's a lot for efforts!

-
+

Thank you!

- -
+ +

Great training to start with git!

Thank's a lot for efforts!

- - -
+ + +

Hello from Vietnam

Great job! Thank's a lot for efforts!

- + -
+

Hello I'm Ralph Joseph from Philippines

Thank you for this wonderful website W3Schools💖 I learned a lot!

- + -
+

Hello from India

-

Thank's a lot for the tutorial!

+

Thank's a lot for the tutorial!

~ Allan

- - -
-

What I if told you

-

You read that first line wrong?

-
- -
-

Hello from Clarksville Indiana, USA.

-

I appreciate W3Schools!

-
+ +
+

What I if told you

+

You read that first line wrong?

+
+ - -
-

Hello I'm Leo from Philippines

-
- - - -

Hello, i'm Matteo from Italy. Thank's a lot !

- - -
-

Hello. I'm Marcelo Hüning from Santa Catarina, Brazil.

-

Thank you W3Schools.

-
+
+

Hello from Clarksville Indiana, USA.

+

I appreciate W3Schools!

+
- -

W3, thanks a lot for this great course.

-

Athens, Greece

- - - + +
+

Hello I'm Leo from Philippines

+
+ -
-

Hello from Zilla Ghaziabad -

Ram ram jii

-
+ +

Hello, i'm Matteo from Italy. Thank's a lot !

+ - -
-

Yuhoo, hi! Im Lyndon Lee Pacis from Philippines!!

-

Kumusta and lahat, may we all prosper.

-
- - -
-

Look for me, on the fith day look south

-
- - -
-

- “Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.” -

-

- –Terry Pratchett -

-
- - - -
-

hello pitambari

-
- -
-

- Thanks guys. Spookysploit was here. -

-
+
+

Hello. I'm Marcelo Hüning from Santa Catarina, Brazil.

+

Thank you W3Schools.

+
-
-

- Thankyou for all the knowledge. Vmacedo -

-
+ +

W3, thanks a lot for this great course.

+

Athens, Greece

+ - -
-

- Thanks W3schools this is very helpful. -

-
+ - -
-

- I use Arch btw. -

-
- - -
-

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sint voluptates quod alias mollitia quaerat? Accusamus, nam. Incidunt, accusantium placeat maiores at quam aspernatur expedita iure officia dolorem sunt a quis!

-
- - -
-

hello from thailand

-
- - -
-

PM was here

-
- - - -
-

Learning coding made easy!!!!

-

Thanks for your services w3School!!!!.

-
- +
+

Hello from Zilla Ghaziabad +

Ram ram jii

+
+ +
+

Yuhoo, hi! Im Lyndon Lee Pacis from Philippines!!

+

Kumusta and lahat, may we all prosper.

+
+ +
+

Look for me, on the fith day look south

+
- -
-

Greetings from Toni

-
- + +
+

+ “Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for + the rest of his life.” +

+

+ –Terry Pratchett +

+
+ - -
-

Hello W3 Schools for creating page on git & github.

-
- - - -
-

- I appreciate your work. Thank you. -

-
- + +
+

hello pitambari

+
+ +
+

+ Thanks guys. Spookysploit was here. +

+
- -
-

- Greetings from Anas from Egypt! -

-
- - -
-

Hello from spyde3rx

-

Thank you for the great tutorials!

-
-
-
-
+
+

+ Thankyou for all the knowledge. Vmacedo +

-
- - -
-

Hellow World!!

-

Ahmed Was Here.

-
- - -
-

Hello!

-

I am Benny.

-
- - -
+

+ Thanks W3schools this is very helpful. +

+
+ + +
+

+ I use Arch btw. +

+
+ + +
+

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sint voluptates quod alias mollitia + quaerat? Accusamus, nam. Incidunt, accusantium placeat maiores at quam aspernatur expedita iure + officia dolorem sunt a quis!

+
+ + +
+

hello from thailand

+
+ + +
+

PM was here

+
+ + + +
+

Learning coding made easy!!!!

+

Thanks for your services w3School!!!!.

+
+ + + + + +
+

Greetings from Toni

+
+ + + +
+

Hello W3 Schools for creating page on git & github.

+
+ + + +
+

+ I appreciate your work. Thank you. +

+
+ + + +
+

+ Greetings from Anas from Egypt! +

+
+ + +
+

Hello from spyde3rx

+

Thank you for the great tutorials!

+
+
+
+
+
+
+ + +
+

Hellow World!!

+

Ahmed Was Here.

+
+ + +
+

Hello!

+

I am Benny.

+
+ + +
-

- Hi I am Aravind R Krishnan -

-

I am from Kerala

-

- Follow me on GitHub: aravind518398 -

-

+

+ Hi I am Aravind R Krishnan +

+

I am from Kerala

+

+ Follow me on GitHub: aravind518398 +

+

- A big thanks to - W3Schools - for their amazing Git tutorials! Their simple and clear explanations helped - me understand Git easily. -

-
Posted this Message on March 21 [2025]
-
- + "> + A big thanks to + W3Schools + for their amazing Git tutorials! Their simple and clear explanations helped + me understand Git easily. + +
Posted this Message on March 21 [2025]
+
+ - -
-

amazing content

-

thanks

-
- + +
+

amazing content

+

thanks

+
+ - -
-

Thank you for the tutorial!

-

That really helps a lot!

-

Thief

-
- - - -
-

Thank you !!!

-

That really helps a lot!

-

-Mo

-
- + +
+

Thank you for the tutorial!

+

That really helps a lot!

+

Thief

+
+ - + +
+

+ Thank you !!! +

+

That really helps a lot!

+

-Mo

+
+ + +

Hallo, how is everyone, just a short msg :P hope everyone has fun, also how is everyones day going?

- - - - -

- I liked this tutorial very much, I was curious to learn these concepts to strengthen my collaboration - skills. Thank You W3 Shools for this Tutorial. -

- + - -
-

Thank you for the tutorial

-
- - - -
-
-

- Thanks W3School for this course! + + +

+ I liked this tutorial very much, I was curious to learn these concepts to strengthen my + collaboration + skills. Thank You W3 Shools for this Tutorial. +

+ + + +
+

Thank you for + the tutorial

+
+ + + +
+
+

+ Thanks W3School for this course! +

+

+ Posted this message on April 24 (2025) +

+
+
+ + + +

+ tes +

+ + + +
+

O'Doyles + Rule!!!

+
+ + + + +
+

Thank you for + the amazing tutorial, yesterday I knew nothing about git and I now I feel like I learned so much

-

- Posted this message on April 24 (2025) +

+ + + +

Thank you! w3schools. I've learned a lot of tutorials from your site.

+ + + + Prepping for Git for my summer job with this great tutorial. + + + + God Never Fails! + + + +
+

+ + Success is not final, failure is not final: It is the courage to continue that counts. + Winston Churchill

-
- - - -

- tes -

- + - -
-

O'Doyles Rule!!!

-
- - -
-

Thank you for the amazing tutorial, yesterday I knew nothing about git and I now I feel like I learned so much

-
- + - -

Thank you! w3schools. I've learned a lot of tutorials from your site.

- + +
+
+

Great Work,Done Silently

+

+ I am Ankit Kumar Raj from Kishanganj/Bihar/India and I + truly enjoyed your approach of Teaching.

+ Keep adding more totorials like these! + waiting for web3 tutorials +

+
+
+ - - Prepping for Git for my summer job with this great tutorial. - + + Thank you w3schools for an easy to follow guide on Git and GitHub! + We appreciate all your hard work! + - - God Never Fails! - - -
-

- - Success is not final, failure is not final: It is the courage to continue that counts. - Winston Churchill

-
- - - - - - - -
-
-

Great Work,Done Silently

-

- I am Ankit Kumar Raj from Kishanganj/Bihar/India and I truly enjoyed your approach of Teaching.

- Keep adding more totorials like these! - waiting for web3 tutorials -

+ +
+

Message from Jack Marston +

+

I wanna be a gunslinger when I grow up.

-
- - - - Thank you w3schools for an easy to follow guide on Git and GitHub! - We appreciate all your hard work! - - - - -
-

Message from Jack Marston

-

I wanna be a gunslinger when I grow up.

-
- - - + + + This is a message from Tomek from Poland! Thank You So Much! - -
-

- Message from Adnan Khan -

-

- I’m Adnan Khan from Pakistan — driven by purpose, guided by positivity, and always ready to grow and inspire. -

-
+ +
+

+ Message from Adnan Khan +

+

+ I’m Adnan Khan from Pakistan — driven by purpose, guided by positivity, and always ready to grow + and inspire. +

+
- -
-

Message from Manny Martinez

-

I wanna be The President when I grow up.

-
- + +
+

Message from Manny + Martinez

+

I wanna be The President when I grow up.

+
+ - -
Messag border: 4px solid #fff700; position: relative; "> -

✨ MERCI w3Shcools POUR TOUTE LA CONNAISSANCE!!!!! ✨

-

Stephane Sonkin depuis le Camerouuuuunnn!!!!!!

-
- - - -
-

Message from Mario Jorge

-

Hello From Brazil.

-
- - - -

Hey , Learning fork with W3schools.

- - - - -
+ ✨ MERCI w3Shcools POUR TOUTE LA CONNAISSANCE!!!!! ✨ +

Stephane Sonkin depuis + le Camerouuuuunnn!!!!!!

+
+ + + +
+

Message from Mario Jorge +

+

Hello From Brazil.

+
+ + + +

Hey , Learning fork with W3schools.

+ + + + +
-

- ✨ Message from Hafeez ✨ -

-

- Hello from India -

-
- - - -
-

Greetings! ;)

-

Thanks w3schools!

-
- - -
-

WAZUUUP

-
- - -
Thanks w3schools! font-weight: bold; font-family: 'Georgia', serif; color: #ffffff; - background-color: #0a0a" > -

Thanks a lot W3Schools for all the amazing learning experiences.

-

Linueas,Ug

+ background-color: #0a0a"> +

Thanks a lot W3Schools for all the amazing learning experiences.

+

Linueas,Ug

-
- - -
-

Greetings! ;)

-

Thanks w3schools!

-
- +
+ + +
+

Greetings! ;)

+

Thanks w3schools!

+
+ + + - - +
-
- - + + - + \ No newline at end of file