repo-esitle 80 B

12345
  1. #!/bin/bash
  2. git remote add upstream
  3. git fetch upstream
  4. git pull upstream master