I have a Mercurial repository on a remote VPS. The VPS has SSH access enabled. What are my options for pushing code changes from my development machine to the remote VPS?
相关问题
- JavaScript File Transfer SSH
- Why does this bash script work at console but fail
- Mercurial compared to private branches in SVN
- Warn user if Google Services' Restrict backgro
- How to abandon all Mercurial changes that haven
相关文章
- Mercurial Commit Charts / Graphs [closed]
- Check if directory exists on remote machine with s
- What is the tortoisehg gui equivalent of doing “hg
- How to use Mercurial from Visual Studio 2010?
- Git Clone Fails: Server Certificate Verification F
- Is there a version control system abstraction for
- Test if File/Dir exists over SSH/Sudo in Python/Ba
- Can't access AWS CodeCommit with SSH
If your VPS has Mercurial installed, simply:
or add to the repo's hgrc
and just