From 9659d82d2a39a67692c3758029a849b856adc65f Mon Sep 17 00:00:00 2001 From: Bjarke Sporring Date: Wed, 21 Jan 2026 12:27:09 +0100 Subject: [PATCH] feat: add a FAQ section --- 06-FAQ.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 06-FAQ.md diff --git a/06-FAQ.md b/06-FAQ.md new file mode 100644 index 0000000..d8442b7 --- /dev/null +++ b/06-FAQ.md @@ -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