Skip to content

Instantly share code, notes, and snippets.

@wxgrzr
Last active January 19, 2022 08:52
Show Gist options
  • Save wxgrzr/4c723f9f8a3409d2f40e900847527849 to your computer and use it in GitHub Desktop.
Save wxgrzr/4c723f9f8a3409d2f40e900847527849 to your computer and use it in GitHub Desktop.

Revisions

  1. wxgrzr renamed this gist Jan 19, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. wxgrzr renamed this gist Jan 19, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. wxgrzr created this gist Jan 19, 2022.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
    git fetch --all
    git pull --all