brittni | coding nerd

Logo

(sher/her) i love to make awesome things with code! 💕👩🏽‍💻

view brittni's github profile

useful git commands

additional commands coming soon!


table of contents

install git with Homebrew

update the list of remote branches

Fin.


install git with Homebrew

brew update
brew install git

table of contents


update the list of remote branches

this command will remove any remote branches that no longer exist in the remote repository.

git remote update origin --prune

table of contents


Fin.

table of contents