How easy it to set up a Git repository? It's as easy as 1, 2, 3...4!

`git init`
`git add .`
`git commit -m "Initial commit\!"`
`git push`

Okay okay, maybe there's a couple other steps here and there, but it's not that hard to get started saving your files to a Git repository! If you haven't taken the time to learn the basics of `git`, take an hour or two, you'll likely be using it for the rest of your software development career.

#git #versioncontrol #easypeasy #learngit