Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 948 Bytes

File metadata and controls

19 lines (15 loc) · 948 Bytes

Changelog

0.2.0

  • A repo whose local checkout no longer matches what's on GitHub (deleted and recreated under the same name) is now automatically re-cloned instead of left stale
  • Added a --delete flag to gitkeep skip
  • Added a -y, --yes flag to gitkeep remove to skip confirmation prompts
  • Added a configurable default for --no-sync
  • Added gitkeep prune to delete local copies of all skipped repos
  • Added per-account and per-sync submodule support, plus a configurable global default
  • Added support for pinning individual repos with gitkeep add user/repo
  • Fixed the delete prompt being skipped when a username's case differs from its directory name
  • Improved removing a user when only individually pinned repos are tracked for them
  • Made gitkeep list filter out deleted repos
  • Tracked accounts and repos now store their stable GitHub IDs, so renamed users and repos are resolved correctly

0.1.0

Initial release