Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.52 KB

Asg

A very Simple Git.

screenshot

Installation

clone the repository then run

$ bundle exec rake install

asg_ignore: like gitignore this file specifies intentionally untracked files that Asg should ignore

Commands

  • asg --help
  • asg init
  • asg cat-file
  • asg hash-object
  • asg write-tree
  • asg read-tree
  • asg commit
  • asg log
  • asg checkout
  • asg tag
  • asg branch
  • asg status
  • asg reset
  • asg show
  • asg add
  • asg diff
  • asg merge-base
  • asg merge

Development

After checking out the repo, You can run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fzdp/asg. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Asg project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.