)
}
}
)
(
}
{
)
)
(
)
(
(
{
}
)
(
)
}
)
)
{
(
(
)
)
}
)
(
}

Sort Local Git Branches by Date

  1. git for-each-ref --sort=-committerdate refs/heads/
  2.  
  3. # Or using git branch (since version 2.7.0)
  4. git branch --sort=-committerdate  # DESC
  5. git branch --sort=committerdate  # ASC

From this stackoverflow post: https://stackoverflow.com/a/5188364/502848

The above is very useful (who knows maybe SourceTree can do it too).

// git
snippet.zone ~ 2021-24 /// {s/z}