Welcome to git init

A place where you can learn Git without friction.

 

Your mission: make 3 commits. Watch them land at the top of the log ↓

Try:  git commit -m "my first commit"

# type `help` if you get lost. nobody will know :)

 

➜  my-first-repo git:(main) git commit -m "my first commit"

git log --oneline --graph --decorate (live)

  1. * a3f8c21 (HEAD -> main, origin/main) fix typo in README
  2. * 9b2d4e7 fix typo in the typo fix
  3. * c7e1a90 remove console.log I swear was not mine
  4. * 5d8f3b2 Merge branch 'hotfix/friday-5pm-deploy'
  5. * e4a6c18 revert "revert the revert"
  6. * 1f9b7d4 it works on my machine, now it works everywhere
  7. * 8c3e5a1 initial commit (3 years of code, 1 commit)

git init
You can play without worrying about breaking anything.