Skip to content

Releases: MetaNaveen/BackupGitRepo

BackupGitRepo - v3.1

18 Sep 11:37
Compare
Choose a tag to compare

BackupGitRepo - v3.1

  • Invalid repo directory if directory contains dot character. Fixed.

BackupGitRepo - v3.0

17 Sep 12:29
Compare
Choose a tag to compare

BackupGitRepo - v3.0

  • Self update w.r.t the latest release available in the Github.
  • Test File: Rename BackupGitRepo_1.exe to BackupGitRepo.exe and run the tool without any args to see the app self update itself.

BackupGitRepo - v2.0

16 Sep 13:30
Compare
Choose a tag to compare

BackupGitRepo - v2.0

  • Skips untracked files when passed with -su (skipUntracked) argument
  • Includes git ignored files for backup when passed with -ii (includeGitIgnored)arugument

Usage:

BackupGitRepo [-su | -ii] [RepoDir] [BackupDir]

Screenshot:
image

BackupGitRepo

04 Sep 10:41
Compare
Choose a tag to compare

BackupGitRepo - v1

  • Takes backup of all files that are changed since last commit in the project
  • Optionally provide Repo path and BackupDir path
  • Single file tool

Usage:

BackupGitRepo [RepoDir] [BackupDir]

image