Created
October 12, 2021 07:58
-
-
Save YasinKuralay/e97192d9a629dc91b9b341fa4eaa9d88 to your computer and use it in GitHub Desktop.
Git Branch Stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hinweis: Als Name für den initialen Branch wurde 'master' benutzt. Dieser | |
Hinweis: Standard-Branchname kann sich ändern. Um den Namen des initialen Branches | |
Hinweis: zu konfigurieren, der in allen neuen Repositories verwendet werden soll und | |
Hinweis: um diese Warnung zu unterdrücken, führen Sie aus: | |
Hinweis: | |
Hinweis: git config --global init.defaultBranch <Name> | |
Hinweis: | |
Hinweis: Häufig gewählte Namen statt 'master' sind 'main', 'trunk' und | |
Hinweis: 'development'. Der gerade erstellte Branch kann mit diesem Befehl | |
Hinweis: umbenannt werden: | |
Hinweis: | |
Hinweis: git branch -m <Name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment