[git-users] local repo, clone and push doesn't work as needed

2012-07-09 Thread Michel
Hi, I'm trying a migration from cvs to git. Just before, I tag the CVS repo with a special_tag_before_import. I used the cvs2git utility. I have now a correct git repo with all history. For historical reasons, the CVS repo was complex. There were the main trunk and a special TRUNC branch. Some

[git-users] Error on push repository

2015-04-07 Thread michel martins
Hi people, I'm trying push a git repository and it's showing me a error: refusing to update checked out branch: refs/heads/master by default, updating the current branch in a non-bare repository is denied , because it will make the index and work tree inconsistent with what you pushed, and will

Re: [git-users] Error on push repository

2015-04-07 Thread michel martins
No, it's not. I solved the problem: git init --bare and the repo's name isn't 'origin'. But is this other question. Thanks, Magnus! -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving

[git-users] How to get the list of files renamed since the last commit ?

2013-09-04 Thread Jean-Michel FAYARD
generator, I *do* need to know which files were renamed since the last commit (a broken url is a broken url) that is, which files git detected as similar enough so that we can safely assume it was a rename operation Can someone helps me with that ? Thanks, Jean-Michel -- You received