feat: add a FAQ section

This commit is contained in:
Bjarke Sporring
2026-01-21 12:27:09 +01:00
parent dbba2da5f2
commit 9659d82d2a

9
06-FAQ.md Normal file
View File

@@ -0,0 +1,9 @@
# Questions
## Is it possible to recover lost branches or commits?
Yes it is, however this is dependent on whether or not git has done an internal garbage collection which there usually is a retention period of 30 days.
**Beware** this is advanced territory and is usually only relevant when you've messed up with a `git reset` or a deletion of a branch
To read more, you can read the documentation here <https://git-scm.com/docs/git-reflog>