A very Simple Git.
![screenshot](https://private-user-images.githubusercontent.com/6159178/282663110-c4eca383-4255-44fa-91cf-7d48fe0d449f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzMyNjIsIm5iZiI6MTczOTE3Mjk2MiwicGF0aCI6Ii82MTU5MTc4LzI4MjY2MzExMC1jNGVjYTM4My00MjU1LTQ0ZmEtOTFjZi03ZDQ4ZmUwZDQ0OWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDczNjAyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NWQ0MjM5MTY1ZmQ0MDFmNjJkNDQyYTcxYzdlNjUzMjljZTMzYzY4MTNkNWJkMTViZTMyMGRkYWRkYWYyNTBmNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OMI6yL78zutnbv6CvNENbyeuaMKjXcFpzaZbi_au0Jg)
clone the repository then run
$ bundle exec rake install
asg_ignore
: like gitignore
this file specifies intentionally untracked files that Asg should ignore
-
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
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
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.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Asg project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.