Thread (1 message) 1 message, 1 author, 2016-06-15

Re: `git checkout --orpan` leaves a dirty worktree

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:05

Jonathan Nieder [off-list ref] writes:
Ramkumar Ramachandra wrote:
quoted
Why should I have to `git rm -rf .` after a `git checkout --orphan`?
What sort of misfeature/ incomplete feature is this?
One designed for the "going open source" use case, where you have
existing code that you want to put into a new branch without history.
When there is no existing code, it seems simpler to do

	cd ..
	git init code-that-has-nothing-to-do-previous-cwd
	cd code-that-*
	... hack hack hack ...
	git commit
	git remote add origin <url>
	git push -u origin master

BTW, I suspect a clearer way to say what you meant is "Sounds like a
misfeature" which is gentler and more focused than an implied "What
kind of idiot designed this?"  Even if you are thinking the latter. :)
So true ;-).  

Especially when you may an answer that may make _you_ look like an
idiot ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help