Creating Your First Git Repository

Git your groove on and dive into creating your first repo! Let's get coding with Git!

Miro avatar
  • Miro
  • 1 min read
Photo by Daniele Colucci on Unsplash

← Prev

Alright, alright, alright! Now that you’ve got Git set up, it’s time to git gud (*Cue sting*).

You’re well on your way to becoming a dev

That… minus the fact that I haven’t shown you how to code yet, but hey, maybe you already know how to code. In which case, congratulations you have learned the basics of source code management.

Navigate to the root of the directory where you created your C project, and fire up a terminal window:

  • Git Bash if you’re on Windows

Now type the following into your terminal window:

git init

You’ve created your first repo! Now get in there and start hacking.

Next →

Miro

Authored by: Miro

Author - MHTN Lab

Related Posts

Setting it all up

Setting it all up

What to do next after installing git

Getting Started with Git

Getting Started with Git

The first part in a series on version management with Git