FDOS / fdisk

Fixed Disk Setup Program - manages partitions using the MBR partitioning scheme
GNU General Public License v2.0
44 stars 14 forks source link

Fix #21 and implement /IFEMPTY #22

Closed boeckmann closed 1 year ago

boeckmann commented 1 year ago

Merge request for 4 eyes principle :-)

boeckmann commented 1 year ago

Well, that went wrong :-(

I renamed my remotes: origin->upstream and boeckmann->origin and then pushed to origin under the assumption that my git client pushes to my fork.

But it pushed to upstream merging my commits. I had to do git push -u origin master to make my fork the default push remote. Sorry for that.