Ehsan Azarnasab <[email protected]> writes: > Currently if I have a branch checked out in a work-tree, git-checkout > will show this error message when checking out that branch: > > $ git checkout master > fatal: 'master' is already checked out at '/home/dashesy/development/feature' > > It would be very useful to instead of this error just change the > current working directory, so git checkout would become a `cd` command
That is an understandable thing to want from 10,000ft view, but it would not be something Git, or any external command that is spawned by the shell for that matter, can address. You'd need to teach the shell to cooperate. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

