┏━┓┏━╸┏┳┓┏━┓╺┳╸┏━╸┏━┓
┣┳┛┣╸ ┃┃┃┃ ┃ ┃ ┣╸ ┗━┓
╹┗╸┗━╸╹ ╹┗━┛ ╹ ┗━╸┗━┛
Remote server to share code base
- Gets setup with $ git clone
- $ git remote add <name> <url>
- $ git fetch
- $ git pull <remote> <branch>
- $ git push <remote> <branch>