git-together-ssh 0.2.1

Enable seamless git usage when paired programming on a shared machine
Documentation
1
2
3
4
5
#[macro_use]
extern crate error_chain;
extern crate git_together_ssh;

quick_main!(git_together_ssh::run);