Skip to content
/ avc Public

Reimplementation of the git core (AVC = Another Version Control)

Notifications You must be signed in to change notification settings

Ampferl/avc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AVC (=Another Version Control)

This is a simple reimplementation of git

Functions

  • avc add add file(s) to index
  • avc commit commit current state of index to master branch
  • avc status show status of working copy
  • avc diff show diff of files changed (between index and working copy)
  • avc init initialize a new repo
  • avc push push master branch to given git server URL
  • avc cat-files display contents of object
  • avc hash-object hash contents of given path (and optionally write to object store)
  • avc ls-files list files in index
  • avc log show commit history

Resources

About

About

Reimplementation of the git core (AVC = Another Version Control)

Topics

Resources

Stars

Watchers

Forks

Languages