Soumya Deypersevere08.hashnode.dev·Apr 19, 2024Mastering Git and Github: Essential Information (Part 2)Introduction Welcome to the world of Git – the backbone of modern software development. In this concise guide, we'll explore vital Git commands like git config, git add, and git commit, laying the groundwork for your journey into version control mast...36 readsGitHub
Gautami Shettygautamishetty.hashnode.dev·Dec 23, 2023Life cycle of file in gitHello everyone! So in previous blog I explained about what some basic terms like working directory, staged area and local repository are. Don't worry if you don't remember it right away, we will be talking about it a lot and also as for remote reposi...Version Control SystemsGit
Peter shekiondoforClickPesa Techclickpesa.hashnode.dev·Sep 12, 2022How to appropriately git stashImagine these scenarios You want to safely switch between branches without worrying about current untracked files or the state of the working directory. Well, you don't need to commit changes every time before switching between branches. Imagine te...39 readsGit