pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
> Verwalte und Arbeite mit Git Branches.
|
||||
> Weitere Informationen: <https://git-scm.com/docs/git-branch>.
|
||||
|
||||
- Liste alle lokalen Branches auf. Der momentan aktive (ausgecheckte) Branch wird mit `*` markiert:
|
||||
- Liste alle Branches auf (Lokal und Remote). Der momentan aktive (ausgecheckte) Branch wird mit `*` markiert:
|
||||
|
||||
`git branch`
|
||||
`git branch --all`
|
||||
|
||||
- Liste alle Branches auf (Lokal und Remote):
|
||||
- Liste alle Branches auf, welche einen spezifischen Git-Commit in ihrer Historie enthalten:
|
||||
|
||||
`git branch -a`
|
||||
`git branch --all --contains {{commit_hash}}`
|
||||
|
||||
- Zeige den Namen des aktuellen Branches:
|
||||
|
||||
|
Reference in New Issue
Block a user