You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
470 B

  1. ┏━┓┏━╸┏┳┓┏━┓╺┳╸┏━╸┏━┓
  2. ┣┳┛┣╸ ┃┃┃┃ ┃ ┃ ┣╸ ┗━┓
  3. ╹┗╸┗━╸╹ ╹┗━┛ ╹ ┗━╸┗━┛
  4. Remote server to share code base
  5. - Gets setup with $ git clone
  6. - $ git remote add <name> <url>
  7. - $ git fetch
  8. - $ git pull <remote> <branch>
  9. - $ git push <remote> <branch>