What's the easiest way to commit and push a single file while leaving other modifications alone?

后端 未结 6 2066
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 19:15

I\'m relatively new to Mercurial and my team is trying it out right now as a replacement for Subversion.

How can I commit and push a single file out to another rep

6条回答
  •  独厮守ぢ
    2020-11-28 19:36

    Another option if you don't want to rely on extensions is to keep a clone of your upstream repository locally that you only use for these sorts of integration tasks.

    In your example, you could simply pull/merge your change into the integration/upstream repository and push it directly up to the remote server.

提交回复
热议问题