Tagged articles

soft reset

2 articles · Page 1 of 1
Code of Duty
Code of Duty
May 26, 2026 · Fundamentals

Git Reset Explained: When to Use --soft, --mixed, and --hard

This guide walks through Git's reset command, detailing the differences between --soft, --mixed, and --hard modes, when each is appropriate, and how they affect commits, the index, and the working tree for commits that haven't been pushed.

CommitGitgit reset
0 likes · 5 min read
Git Reset Explained: When to Use --soft, --mixed, and --hard
Open Source Linux
Open Source Linux
Sep 1, 2021 · Operations

How to Configure the Ctrl+Alt+Del Shortcut on Linux

This article explains the Linux ctrlaltdel command, its hard and soft reset options, usage syntax, example commands, and provides step‑by‑step instructions for disabling the Ctrl+Alt+Del shortcut to prevent accidental server reboots.

Linuxctrlaltdelhard reset
0 likes · 3 min read
How to Configure the Ctrl+Alt+Del Shortcut on Linux