Hardik Chotaliyahardikchotaliya.hashnode.dev·Dec 10, 2024🎨 The Art of Writing Awesome Commit Messages for QA Engineers (SDETs/QA)Hey there, QA superstar! 🧪👨💻 Whether you're automating tests, debugging flaky scripts, or enhancing your framework, writing great commit messages can make or break your workflow. It's not just about getting the tests to pass—it's about leaving a ...106 readsCommit Messages for QA Engineers
Munilakshmi G J100daysdevops.hashnode.dev·Nov 4, 2024Day 10 of 100 Days: Git and Linux Commands Cheat SheetWelcome to your power-packed guide on Git and Linux commands! Think of Git as your digital logbook, capturing every update you make, while Linux is your command-line toolkit, ready to handle everything from organization to quick navigation. 🛠️ Git C...GitHub
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 17, 2024Day 14 Task: Create a Linux & Git-GitHub Cheat Sheet🐧 Linux Cheat Sheet 🐧 CommandDescriptionExample lsList files and directories.ls -l cd [directory]Change current directory.cd /home/user/ mkdir [directory]Create a new directory.mkdir project touch [file]Create an empty file.touch file.txt...82 readsDevops
Frontend Clubfrontend-club.hashnode.dev·Oct 4, 2024Hoja de trucos de GitAquí tienes una hoja de trucos de Git que puedes utilizar para tus futuros hackeos. 1) Configuración de Git Cuando comiences a utilizar Git por primera vez (en una máquina nueva), hay algunas configuraciones que debes establecer. # establece nombre y...Git
Vibhuti Jainvibhutijain.hashnode.dev·Aug 30, 2024Day 14 Task: Create a Linux & Git-GitHub Cheat SheetTask: Create a Cheat Sheet Linux Cheat Sheet - 1. File and Directory CRUD Navigation Commands CRUD stands for Create, Read, Update, and Delete. CRUD operations are said to be the basic operations on any file or directory or database. Even if you are ...linuxcheatsheet
Cañete,Brandon L.git-fundamentals-documentation.hashnode.dev·Aug 27, 2024Activity #3 Github FundamentalsThis is step by step guide on how to use Git Commands First to see the Git Version do this This will show the version of your Git. Second to setup the name and the email do this This will setup your name and email to your Git bash. Third to Change ...1 like·49 readsGit
Vaishnavi Shivdevshivde.hashnode.dev·May 11, 2024Mastering Git with GitHub: A Comprehensive Cheat SheetInitialize a repository: git init Clone a repository: git clone <repository_url> Check the status: git status Add changes to the staging area: ( git add . --> to stage all files) git add <file_name> Commit changes: git commit -m "Commit ...#TWS
J.A. Shezanjashezan.hashnode.dev·Apr 15, 2024How to Move a Git Repository into a Sub-Folder of Another RepositoryIntroduction Git is essential for efficiently managing code. As projects grow, merging repositories becomes vital for smoother workflows. Git subtrees handle this by incorporating one repository into another as a subdirectory. This article explores t...370 readsGitGit
Darvesh Chauhandarvesh29.hashnode.dev·Mar 6, 2024Day 12: Git Cheat SheetIntroduction Git is a powerful version control system used by developers worldwide to manage their source code efficiently. Whether you're a beginner or an experienced developer, having a comprehensive understanding of Git commands is essential for e...90DaysOfDevOps#90daysofdevops
Harshal Kamblehskamble1997.hashnode.dev·Feb 24, 2024GitHub - GIT CHEAT SHEETGit :- Imagine you have a big box of your favorite toys. Git is like a magic spell book that helps you keep track of every toy you put in the box and every change you make to them. GitHub :- GitHub is like a big playground where you can share your to...#90daysofdevops