git config #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"Guter Hinweis, sollte aber nicht in die Agenda, sondern in begleitendes Material.