DEV Community

Cover image for What is Git? For beginners
Aman Jaswal
Aman Jaswal

Posted on

What is Git? For beginners

๐—ช๐—ต๐—ฎ๐˜ ๐—ถ๐˜€ ๐—š๐—ถ๐˜?

Git is a ๐——๐—ถ๐˜€๐˜๐—ฟ๐—ถ๐—ฏ๐˜‚๐˜๐—ฒ๐—ฑ ๐—ฉ๐—ฒ๐—ฟ๐˜€๐—ถ๐—ผ๐—ป ๐—–๐—ผ๐—ป๐˜๐—ฟ๐—ผ๐—น ๐—ฆ๐—ผ๐—ณ๐˜๐˜„๐—ฎ๐—ฟ๐—ฒ that keeps track of every modification to the code/file over time.

Git allows you to create branches of your ๐—ช๐—ต๐—ฎ๐˜ ๐—ถ๐˜€ ๐—š๐—ถ๐˜?

Git is a ๐——๐—ถ๐˜€๐˜๐—ฟ๐—ถ๐—ฏ๐˜‚๐˜๐—ฒ๐—ฑ ๐—ฉ๐—ฒ๐—ฟ๐˜€๐—ถ๐—ผ๐—ป ๐—–๐—ผ๐—ป๐˜๐—ฟ๐—ผ๐—น ๐—ฆ๐—ผ๐—ณ๐˜๐˜„๐—ฎ๐—ฟ๐—ฒ that keeps track of every modification to the code/file over time.

Git allows you to create branches of your main file.
$ ๐š๐š’๐š ๐š‹๐š›๐šŠ๐š—๐šŒ๐š‘ ๐š—๐šŽ๐š ๐™ฑ๐š›๐šŠ๐š—๐šŒ๐š‘
$ ๐š๐š’๐š ๐šŒ๐š‘๐šŽ๐šŒ๐š”๐š˜๐šž๐š ๐š—๐šŽ๐š ๐™ฑ๐š›๐šŠ๐š—๐šŒ๐š‘

This way you move to the new branch and you can edit or try any new feature without the fear of loosing the previous stable version.

Checkout the post for more info:

I struggled a lot to figure out what git was and how it was beneficial.

If you are new to programming. Git is a "must have" skill.
It saves a lot of your time, hassle !!

๐—ง๐—ฟ๐˜† ๐˜‚๐˜€๐—ถ๐—ป๐—ด ๐—š๐—ถ๐˜ ๐—ฐ๐—ผ๐—บ๐—บ๐—ฎ๐—ป๐—ฑ๐˜€ ๐—ฎ๐—ป๐—ฑ ๐—ฑ๐—ฟ๐—ผ๐—ฝ ๐˜†๐—ผ๐˜‚๐—ฟ ๐˜๐—ต๐—ผ๐˜‚๐—ด๐—ต๐˜๐˜€ ๐—ถ๐—ป ๐˜๐—ต๐—ฒ ๐—ฐ๐—ผ๐—บ๐—บ๐—ฒ๐—ป๐˜ ๐˜€๐—ฒ๐—ฐ๐˜๐—ถ๐—ผ๐—ป !!

@progressiveprogrammer

100daysofcode

Alt Text

Alt Text

Alt Text

Alt Text

Alt Text

Alt Text

Alt Text

Alt Text

Alt Text

Top comments (0)