git-track
v0.1.1
Published
Track a remote repository and apply patches incrementally.
Downloads
1
Readme
Git-Track
Git-Track enables you to stay in sync with a remote repository without merging remote repo's commit logs into your repo by applying patches incrementally.
Usage
- Add remote: git remote add track https://github.com/:id/:repo.git
- Initialize: git track track/master
- Merge: git track