#git
Read more stories on Hashnode
Articles with this tag
Git Cheat-Sheet · ⭐Git configuration Git config --local = For that specific repo. .git directory: .git/config --global = For the specific user in an OS...
Advanced Git and GitHub: Git Stash Git Cherry-pick Resolving Conflicts ⚡Git Stash: This command helps you to move your changes from the working...
Advanced Git Concepts · ⚡Git Branching The branch is nothing but a pointer to a commit. Branches help you to isolate your work from others or isolate...
Version control system - Git & GitHub 😺 · ⚡Version Control system: The version control system helps us keep track of our changes by storing all the...