Releases: MetaNaveen/BackupGitRepo
Releases · MetaNaveen/BackupGitRepo
BackupGitRepo - v3.1
BackupGitRepo - v3.1
- Invalid repo directory if directory contains dot character. Fixed.
BackupGitRepo - v3.0
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
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:
BackupGitRepo
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]