Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

git push- push your changes to remote repo

Setup

https://git-scm.com/downloads

For Mac:

Install brew by running this command in your Terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Git using brew:

brew install git