Suleiman Abdulkadirsuletete.hashnode.dev·Dec 2, 2023Comprehensive List of Essential GIT Commands for Effective Version ControlExplore a comprehensive collection of essential Git commands across various sections. Git setup and config command Configure User Information: git config --global user.name "Your Name" git config --global user.email "your.email@example.com" Conf...DiscussGit
Samson Oladipooladipo.hashnode.dev·Nov 25, 2023Git Tasks/WorkloadsTask Requirements : In this article, there are various git tasks to execute which are; Git Install and Create Repository Git Create Branches Git Revert Some Changes So i will be attempting all the tasks in that order, but we will also be looking...Discuss·3 likesGit
Raqeeb Ahmed Khanraqeebtech.hashnode.dev·Nov 24, 2023Linux, Git-GitHub Cheat Sheet 🚀🐧🎉Linux Cheat Sheet🐧: Basic Commands pwd: Print working directory ls: List files and directories in the present working Directory cd: Change directory cd ..: Move up one directory mkdir: Create a new directory touch: Create an empty file cp: C...DiscussLinux
Vedant Thavkarveddevopsblog.hashnode.dev·Nov 17, 2023DevOps Mastery: Linux & Git-GitHub Commands Cheat Sheet 🚀Linux Commands: Navigation Commands: pwd: Print working directory. ls: List files and directories. cd: Change directory. mkdir: Create a new directory. rmdir: Remove an empty directory. File Operations: touch: Create an empty file. cp: Copy ...Discuss·11 likesDevops
Alpheus Godswillalpheus.hashnode.dev·Nov 2, 2023Embracing Git: Your Guide to the Ultimate Version Control SystemIntroduction To Version Control and Git Version control systems (VCSs), also known as source code management systems, are essential tools utilized by experts in many different fields, such as programmers, UI/UX designers, copywriters, and more. Its p...Discuss·2 likes·95 readsGit
Dipanshudipanshu2005.hashnode.dev·Oct 31, 2023Advance Git & GitHub for DevOps Engineers: Part-2Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a different branch to work on something else, but you don't want...Discuss·1 likeGitHub
Sazidsazidthe1.hashnode.dev·Sep 26, 202310 Most Essential Git Commands: Must-Have Knowledge for DevelopersHey there, fellow coding enthusiasts! If you're anything like me, you know that version control is the backbone of efficient and organized software development. When it comes to version control, Git reigns supreme. Intro Git is a powerful tool that a...Discuss·3 likesGit
Shefalidevshefali.hashnode.dev·Sep 18, 202314 Git Commands You Should Know As a BeginnerGit plays an important role in the daily workflow of programmers, particularly when collaborating within a team, and it stands as an indispensable tool in the software industry. Having a solid grasp of Git commands is essential for efficient version ...DiscussWeb Development
Saurabh Moresaurabhdevops.hashnode.dev·Sep 17, 2023Article on GITwhy do we use git- in simple when software development cycle begins and code is written in raw format it neet to complied using build tool so this scenario is perfect but as we think about what do we do with written code before compliling/building si...DiscussGit Commands
Gokil Pgokilp.hashnode.dev·Sep 17, 2023Git and Git Hub CommandsSoftware developers tend to work in packs. We pool our creativity (and our code) to build software and our strength in numbers helps reduce the risk of errors. The more people who check code and scan for bugs, the cleaner our final product will be. H...Discuss·1 likeGitHub