Skip to content

zhuaiballl/gitwalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitwalker

Output all versions of a local git repo, which could be used as test data for your research program.

Notice

This program is under development. If you want to switch back to your current version, you need to do that manually.

Usage

  1. Build gitwalker.
cd your/gitwalker/directory
go install
  1. Add $GOPATH/bin to your terminal's PATH if you have not.
  2. cd to the git repo that you want to process.
  3. Run gitwalker there.
gitwalker walk
# You can also try walkByTag to only export versions that are tagged.
gitwalker walkByTag
# Or use bare option to remove version name from exported folder names.
gitwalker walk --bare
gitwalker walkByTag --bare
  1. Output folders are under the directory $HOME/.gitwalker/

About

Output all versions of a local git repo, which could be used as test data for your ML program.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages