Матрос Дмитриев (columnDrop) flexBoxDesignPatterns
$ git branch -a
* columnDrop
layoutShifter
mostlyFluid
offCanvas
remotes/origin/columnDrop
remotes/origin/layoutShifter
remotes/origin/master
remotes/origin/mostlyFluid
remotes/origin/offCanvas
Матрос Дмитриев (columnDrop) flexBoxDesignPatterns
$ git push origin --delete master
error: unable to delete 'master': remote ref does not exist
error: failed to push some refs to 'https://github.com/AndreyDmitriev39r/Flexbox-practice.git'
I wanna get rid of remotes/origin/master.
It is not present in remote repo
But it exists in list of remote branches.
Little bit confused what should I type in bash right now.
I have some improvised branching strategy for this one. Just to play around git for practice.
In other projects I am trying to use more common practises
$ git push -d origin master
error: unable to delete 'master': remote ref does not exist
error: failed to push some refs to 'https://github.com/AndreyDmitriev39r/Flexbox-practice.git'
This didn’t work.
This below didn’t work also:
$ git push -d origin/master
fatal: --delete doesn't make sense without any refs