Ishan BerryforGit and GitHub: A Quick Start Guidegit-and-github-a-quick-start-guide.hashnode.dev·Nov 14, 2024Git and GitHub: A Quick Start GuideIntroduction What is Git? Git is an open-source version control system. It allows developers to track changes, save different versions of their code, and collaborate with others without losing any work. With Git, you can: Track every change made to ...Discuss·39 reads#GitHubForBeginners
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Oct 19, 2024The Ultimate GitHub Command Cheat SheetGitHub is a must-have tool for developers. Mastering its commands can boost your productivity. Whether a beginner or a pro, this cheat sheet will help you navigate GitHub like a boss. Let’s dive in! 1. git init Initialize a new Git repository Example...Discuss·1 likeGitHub
Imran Shaikhlearnwithimran.hashnode.dev·Oct 18, 2024Deep Dive in Git & GitHub for DevOps EngineersIn today’s fast-paced DevOps environment, mastering version control is crucial for seamless collaboration, automation, and continuous integration. At the heart of version control lies Git, an open-source system that revolutionized how teams manage an...DiscussLinux
Aman SharmaforGit and Githubgit-and-github-vcs.hashnode.dev·Oct 17, 2024Version Control Systems - Centralized vs DistributedIntroduction to Version Control Systems Version Control Systems (VCS) are crucial tools in modern software development and DevOps practices. They help track changes to codebases, enabling developers to collaborate, manage versions, and maintain a his...Discuss·1 likeversion control systems
Abijith K Aabijithka.hashnode.dev·Oct 15, 2024Git: Basic CommandsMake Your First Version After the Configuration of Git in your local System, Next step is to initialize the git tool in your project that your are going to work. To do this, ensure you are inside your project's folder. Then, follow these steps to cre...Discuss·30 readsbasic comands
Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024Know Your Git Commands: A Comprehensive Git Checklist for DevelopersGit is an essential tool for developers, enabling efficient collaboration, version control, and project management. Whether you're a beginner or looking to refine your Git skills, this checklist covers all the important concepts and commands you need...Discuss·1 likeProgramming FundamentalsGeneral Programming
Abhinavdevcodex.hashnode.dev·Sep 8, 2024What is so special in git ??Introduction Tired of hearing about Git but have no clue what it is? Frustrated by tutorials throwing weird commands at you without explanation? https://media.giphy.com/media/W8zSq0vELdBhMAJdG3/giphy.gif?cid=790b7611axe5tek0kvoihdw0njra61mem2r84ivf2e...Discuss·2 likes·31 readsGit-VerseLVCS
Krishna Ketan Raikrikera.hashnode.dev·Aug 11, 2024The Developer's Guide to .env Files: Securing Your Web AppWhen it comes to web application development, handling confidential data such as API keys, database credentials, and other configuration details is crucial for both security and functionality. The .env file is a common tool used by developers for thi...Discuss·43 readssecure configuration
Samar Jaffrisamarjaffri.hashnode.dev·Jul 27, 2024Git Log Tips: Find Commits Easily and Quicklygit log; Following my last blog you can access below; https://medium.com/@samarjaffri/git-commands-basics-1719b0070d4a Today I will share some Git log commands that will be helpful to you in your VCS journey. If you’ve read my previous article, yo...DiscussGit: Basic to AdvancedGit
Samar Jaffrisamarjaffri.hashnode.dev·Jul 25, 2024Beginner's Guide to Git CommandsWe’re all familiar with the importance of version control systems in today’s world. Nobody wants to go through the hassle of debugging an issue, and getting the code to work perfectly, only to mess it up while making some tweaks. When it comes to ver...Discuss·1 like·27 readsGit: Basic to Advanced2Articles1Week