Skip to content

Instantly share code, notes, and snippets.

@IT-Berater
Last active August 11, 2025 15:02
Show Gist options
  • Select an option

  • Save IT-Berater/8daaa8819d44ebe2146ef3dc8828abac to your computer and use it in GitHub Desktop.

Select an option

Save IT-Berater/8daaa8819d44ebe2146ef3dc8828abac to your computer and use it in GitHub Desktop.
Neu anlegen eines Branch
{
"goalTreeString": "{\"branches\":{\"main\":{\"target\":\"C2\",\"id\":\"main\",\"remoteTrackingBranchID\":null},\"kleinhirn\":{\"target\":\"C3\",\"id\":\"kleinhirn\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"}},\"tags\":{},\"HEAD\":{\"target\":\"kleinhirn\",\"id\":\"HEAD\"}}",
"solutionCommand": "git commit;git checkout -b kleinhirn;git commit",
"startTree": "{\"branches\":{\"main\":{\"target\":\"C1\",\"id\":\"main\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"tags\":{},\"HEAD\":{\"target\":\"main\",\"id\":\"HEAD\"}}",
"hint": {
"en_US": "Neuen Branch anlegen und darauf switchen"
},
"name": {
"en_US": "Branch anlegen und darauf wechseln"
},
"startDialog": {
"en_US": {
"childViews": [
{
"type": "ModalAlert",
"options": {
"markdowns": [
"## Branch anlegen und gleichzeitig darauf wechseln",
"",
""
]
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment