Skip to content
/ vcutil Public
forked from ossobv/vcutil

Misc. simple version control utilities.

Notifications You must be signed in to change notification settings

barl0g/vcutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcutil

Misc. simple version control utilities.

Check differences against ppa.osso.nl osso package:

dpkg -L vcutil |
while read f; do
  test -x $f && g=/usr/local/bin/${f##*/} &&
  test -f $g && echo $g && diff -pu $g $f
done

About

Misc. simple version control utilities.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.3%
  • Shell 31.5%
  • Other 1.2%