Right click on the sheet tab (left bottom of the window) -> View Code.
Enter the following VBA Script:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.EntireColumn.AutoFit
End Sub| # Delete remote branch | |
| git push origin --delete <branch> |