feat: add a FAQ section
This commit is contained in:
9
06-FAQ.md
Normal file
9
06-FAQ.md
Normal 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>
|
||||
Reference in New Issue
Block a user