Git, Github basics to advanced commands.
Date: 2024-01-10
In this post, I've covered various Git and GitHub commands and techniques, starting from the basics to more advanced concepts.
- Git Clone: Cloning repositories from remote servers.
- Git Status: Checking the status of your working directory.
- Git Add: Adding changes to the staging area.
- Git Commit: Committing changes with descriptive messages.
- Git Push: Pushing committed changes to a remote repository.
- Documenting a File: Importance of creating README files for projects.
Find more about my projects and configurations on my GitHub profile.