Skip to content

Commit eb6550d

Browse files
committed
Quartz sync: Jan 4, 2026, 7:32 AM
1 parent 4b77dce commit eb6550d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/notes/simple-git-workflow-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
- git
88
draft: false
99
created: 2025-10-12T16:21
10-
updated: 2026-01-02T14:02
10+
updated: 2026-01-04T07:28
1111
---
1212
A minimal guide covering the essential Git commands for daily team development.
1313

@@ -18,6 +18,9 @@ A minimal guide covering the essential Git commands for daily team development.
1818
git config --global user.name "Your Name"
1919
git config --global user.email "your.email@company.com"
2020

21+
# Configure default branch to main
22+
git config --global init.defaultBranch main
23+
2124
# Verify your config
2225
git config --list
2326
```

0 commit comments

Comments
 (0)