git branche – Obnova smazané branch
$ git branch -D feature/my_branche
Deleted branch feature/my_branche (was f84d642).
🙁
$ git checkout -b feature/my_branche f84d642
Switched to a new branch 'feature/my_branche'
🙂
$ git branch -D feature/my_branche
Deleted branch feature/my_branche (was f84d642).
🙁
$ git checkout -b feature/my_branche f84d642
Switched to a new branch 'feature/my_branche'
🙂