Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loveky/git-tools
https://github.com/loveky/git-tools
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loveky/git-tools
- Owner: loveky
- Created: 2012-05-18T04:57:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T02:55:45.000Z (about 12 years ago)
- Last Synced: 2023-03-13T13:22:33.261Z (over 1 year ago)
- Language: Ruby
- Size: 98.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This repo contains scripts that may make your git life easier ###
_______________#### find_it_in_history.rb ####
Given a file, the path of the file in the repo and a path to local repo. Check in which commit the given file was first introduced in
Usage:find_it_in_history.rb --file --repo --path_in_repo
#### find_large_file.pl ####
This script is used to find large files in your repo
Usage:find_large_file.pl -size MAX_SIZE_ALLOWED -repo PATH/TO/YOUR/REPO
#### parse_index_file ####
This script will parse the given index file and output all entries in it.
Usage:parse_index_file --file path/to/index/file