Devlog - 2025-11-25
π What I Did
- Color Flipper.
- Multiplication table.
- Codewars.
π§ What I Learned
Git
- Free and open source version control.
- Directory - folder.
- Terminal or command line - interface for text commands.
- CLI - command line interface.
- cd - change directory.
- Repository - place where your project is kept.
- Github - a website to host your projects.
- clone - cloning into a local machine.
- add - track your files and changes in git.
- commit - save your files in git.
- push - upload git commits to remote repo.
- pull - download changes from remote repo to local.
git checkout -b example-name
git branch
git status
git add
git commit
π₯ Whatβs Next