/git-track

Track a remote repository and apply patches incrementally.

Primary LanguageShell

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

  1. Add remote: git remote add track https://github.com/:id/:repo.git
  2. Initialize: git track track/master
  3. Merge: git track