gitosis

git push says everything up-to-date even though I have local changes

≯℡__Kan透↙ 提交于 2019-11-26 01:34:08
问题 I have a remote gitosis server and a local git repository, and each time I make a big change in my code, I\'ll push the changes to that server too. But today I find that even though I have some local changes and commit to local repository, when running git push origin master it says \'Everything up-to-date\', but when I use git clone to checkout files on the remote server, it doesn\'t contain lastest changes. And I have only one branch named master and one remote server named origin. PS: This

gitosis vs gitolite? [closed]

╄→尐↘猪︶ㄣ 提交于 2019-11-25 22:30:56
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am looking for installing a git server to share projects with my team. I don\'t want to create a user account on the server with SSH access for each developer that needs a git access. It seems there is two concurrent solutions that cover this issue : gitosis & gitolite. I could not find any comparison between