aboutsummaryrefslogtreecommitdiff
path: root/bin/git-default
Commit message (Collapse)AuthorAgeFilesLines
* Set a proper copyright noticeMiquel Sabaté Solà2024-08-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the git-default scriptMiquel Sabaté Solà2022-09-051-0/+45
This subcommand allows you to easily checkout the default branch. This is mainly done because nowadays there are repositories with `main` or `master` or `whatever` as their default name. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>