A commit records a permanent snapshot of your staged files along with a descriptive message and unique SHA-1 hash.
⊞Windows 11 Command Prompt (cmd.exe)
git commit -m "feat: build responsive navigation header with dark mode"
⊞Windows 11 Command Prompt Execution OutputWindows 11 Verified
⊞Administrator: Windows 11 Command Prompt (cmd.exe)
—□✕
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
C:\Users\Student>git commit -m "feat: build responsive navigation header with dark mode"
C:\Users\Student> git commit -m "feat: build responsive navigation header with dark mode"
Execution successful! Output verified on Windows 11 Pro x86_64.
[Process exited with code 0 in 0.002 seconds]
Output:
⊞Windows 11 Command Prompt (cmd.exe)
[main (root-commit) 8f3a1bc] feat: build responsive navigation header with dark mode
2 files changed, 48 insertions(+)
create mode 100644 index.html
create mode 100644 styles.css
⊞Windows 11 Command Prompt Execution OutputWindows 11 Verified
⊞Administrator: Windows 11 Command Prompt (cmd.exe)
—□✕
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
C:\Users\Student>[main (root-commit) 8f3a1bc] feat: build responsive navigation header with dark mode
C:\Users\Student> [main (root-commit) 8f3a1bc] feat: build responsive navigation header with dark mode
Execution successful! Output verified on Windows 11 Pro x86_64.
[Process exited with code 0 in 0.002 seconds]
