#trainwithshubham
Read more stories on Hashnode
Articles with this tag
β‘Git Cheat-sheet git init # Create a new Git repository. git status # View the status of files in the working directory. git add filename.txt # Add...
Git Stash Save Changes Temporarily: π¦ git stash saves changes in your working directory without committing. Switch Branches Safely: π Useful...
Git Branching π³ Isolate Development: Use branches to isolate development work, preserving the integrity of other branches. Repositories have a...
About Git and GitHub What is Git and why is it important? Git: Version control system for tracking changes in code. Importance: Enables...
πWhat is Git Version control system for tracking file changes and facilitating collaboration. Widely used in software development. Records...
π¦ Package Managers in Linux * A package manager is a crucial tool in Linux for managing software packages. * It enables users to install, remove,...