This commit is contained in:
2025-10-10 11:05:40 +02:00
parent 20f6fbf11b
commit fe1b97a1f6
8 changed files with 20 additions and 1 deletions

8
git/notes.md Normal file
View File

@@ -0,0 +1,8 @@
# GIT related notes
## Set name and e-mail for global user
- `git config --global user.name "Kim Brian Ramberg"`
- `git config --global user.email "kim@ramberg.net"`