Skip to content
  • Simon Marlow's avatar
    add "./sync-all fetch" and "./sync-all new" · 0cb84f30
    Simon Marlow authored
    ./sync-all fetch
    
      Fetches remote changes from the "origin" for each sub-repo.  Useful
      before "./sync-all new".
    
      (Runs 'git fetch origin' on all sub-repos.)
    
    ./sync-all new
    
      Lists the new patches relative to "origin" for each sub-repo.
      You probably want to './sync-all fetch' first.
    
      (Runs 'git log origin..' on all sub-repos)
    0cb84f30