This respository was created to test and experiment with basic Git commands. It served as a way to learn how to initialize a repository, commit changes, manage branches and interact with remote repositories. The goal of this repository is to practice and become familiar with fundamental Git operations in a hands-on way.
- git initialization: creating and setting up a new git repository
- committing changes: staging and committing changes to track project history
- branch management: creating, switching and deleting braches
- remote repositories: pushing changes to and pulling updates from a remote repository