5. Lastly, we need to perform some minor updates to and examine our local repository:
$ git checkout main # return to main $ git pull # sync local with remote $ git remote prune origin # prune deleted remote branch $ git branch -D skynavga/update-git-ignores # (forced) delete of local branch $ git log -2 # show log for last two commits [image: Screen Shot 2023-03-07 at 22.21.14.png]
