Klesta Lklescode.hashnode.dev·Nov 27, 2023Git Basics: Git Commands and How to Use ThemIf you’re a beginner in the world of development and you’re ready to begin using the terminal, these are some basic git commands that can get you started. Git is a powerful tool for version control - it helps you keep track of changes in your code an...Discuss#Gitbasics
SANJAY RAWATrsanjay1.hashnode.dev·Nov 5, 2023Git Fundamentals for Beginners 🚀📂What is Version Control System? Version control is a system that tracks changes to a file or set of files over time so that you can recall specific versions later. There are two main types of version control systems: centralized version control sy...Discuss#90daysofdevops
Sarat Motamarrisaratdevopsengg.hashnode.dev·Nov 2, 2023Day 10 | Git Branching StrategyHere is an explanation of common Git branching strategies, considering an organization that uses a main or master branch as the primary development branch: Main (or Master) Branch: The main branch represents the primary line of development. All st...Discuss#Gitbasics
Sarthak Jainsarthakjdev.com·Sep 18, 2023Version Control with Git: A Developer's GuideIntroduction As a software developer, one of the essential skills you must possess is effective version control. Git, the most widely used version control system, has revolutionized the way developers collaborate on projects, track changes, and ensur...Discuss·2 likesGit
Vyankateshwar Taikarvtaikar.hashnode.dev·Sep 16, 2023Mastering Git and GitHub: Advanced Techniques for Streamlined Version Control🌿Git Branching This feature is provided in Git so that developers can create code related to different functionalities on separate branches. This helps the development team in creating the code in an uncluttered way. Later this code can be merged wi...Discuss·47 reads#advancegit
Pankajpmgoriya.hashnode.dev·Aug 17, 2023Day 8 : Basic Git & GitHub for DevOps Engineers.What is Git? Version control system: A system for tracking changes to files over time. Code management: The process of organizing and maintaining code. Collaboration: Working together with others on a project. Git is a version control system tha...DiscussDevops
Ahmed Nisarahmednisarhere.hashnode.dev·Aug 10, 2023Basic Git & GitHub for DevOps Engineers📜What is Git? Git is a version control system 📝✨ that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of fil...DiscussGitHub
Suraj barikforSuraj's Spark ☁️linuxenthusiast.hashnode.dev·Jul 31, 2023Deep Dive in Git & GitHub for DevOps Engineers.✅What is Git and why is it important? Git is a version control system. It maintains a history of all changes made to the code. The changes are stored in a special database called “repository”, also known as “repo”. Git is widely used by developers al...Discuss·1 likeGitHub
ASandrapatiasandra.hashnode.dev·Jun 24, 2023GIT Basics: with config commandsGIT stands for "Global Information Tracker". There are different definitions for GIT. Listing out few of them here Git is a free open-source version control system. This allows you to keep track of all changes throughout the code. This allows develo...Discuss·26 readsGit
Abhisek Moharanaabhisek6.hashnode.dev·Apr 27, 2023Basic Git & GitHub for DevOps EngineersWhat is Git? Git is a version control system (VCS) that allows developers to manage and keep track of changes made to their source code files over time. It was developed by Linus Torvalds in 2005 to help manage the development of the Linux kernel. ...Discuss·2 likes·95 readsGit & GitHub#90daysofdevops