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