Skip to content
Snippets Groups Projects
Verified Commit adb8da62 authored by Lars Frost's avatar Lars Frost
Browse files

Explain ^- and ~-Syntax

parent 068d6894
No related branches found
No related tags found
No related merge requests found
......@@ -515,4 +515,11 @@ Content of new incoming changes
>>>>>>> incoming_branch", block: true)
]
== Aliases
=== `^`
- `main^2` - Der zweite Parent vor `main`
=== `~`
- `main~2` - Zwei Commits vor `main`, wobei immer der erste Parent genommen wird
#include "remotes.typ"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment