git config #1

Closed
opened 2022-09-22 09:41:00 +02:00 by KonstantinMachow · 1 comment
Collaborator

Ziel der Schullung ist Beibringen des Umgangs mit git, für Neulinge wäre vi / vim / emax / ed eine zusaätzliche Belaustung und Ablenkung von der Sache, also:

a. Für Windows user
git config --global core.editor "notepad"
git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

b. Für unerfahrene Linuxer
git config --global core. editor "gedit"
git config --global core. editor "nano"
git config --global core. editor "kate"

Ziel der Schullung ist Beibringen des Umgangs mit **git**, für Neulinge wäre **vi** / **vim** / **emax** / **ed** eine zusaätzliche Belaustung und Ablenkung von der Sache, also: a. Für Windows user `git config --global core.editor "notepad"` `git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` b. Für unerfahrene Linuxer `git config --global core. editor "gedit"` `git config --global core. editor "nano"` `git config --global core. editor "kate"`
Owner

Guter Hinweis, sollte aber nicht in die Agenda, sondern in begleitendes Material.

Guter Hinweis, sollte aber nicht in die Agenda, sondern in begleitendes Material.
heiko closed this issue 2022-09-29 20:24:19 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Training/git-in-2-days#1
No description provided.