Sometimes I want to create empty branch for gh-pages or server-packages instead of branch from master, I will excute following command:
1 | git checkout --orphan empty.branch.name |
Sometimes I want to create empty branch for gh-pages or server-packages instead of branch from master, I will excute following command:
1 | git checkout --orphan empty.branch.name |