gitless
gitless copied to clipboard
renaming a branch ?
trafficstars
The possibility to rename a branch is missing.
In the meantime, while being on the branch you want to rename, you can do gl branch -c new-name, gl switch new-name, gl branch -d old-name to rename a branch
Thank you. That's smart. We have to really make sure we are on the branch we want to rename. ;)