https://github.com/chocolateboy/easygit
A snapshot of Elijah Newren's EasyGit with the occasional maintenance fix
https://github.com/chocolateboy/easygit
cli command-line git porcelain
Last synced: 11 months ago
JSON representation
A snapshot of Elijah Newren's EasyGit with the occasional maintenance fix
- Host: GitHub
- URL: https://github.com/chocolateboy/easygit
- Owner: chocolateboy
- License: gpl-2.0
- Created: 2010-04-28T03:22:35.000Z (about 16 years ago)
- Default Branch: maintenance
- Last Pushed: 2021-07-11T13:38:39.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T03:41:29.758Z (over 1 year ago)
- Topics: cli, command-line, git, porcelain
- Language: Shell
- Homepage: http://people.gnome.org/~newren/eg/
- Size: 16.9 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.md
Awesome Lists containing this project
README
To use eg, simply put this directory in your path. If you are familiar
with other version control systems, the syntax in eg is pretty similar
('eg commit', 'eg diff', 'eg info', etc.).
To help get you started, you can run
eg help
which will provide a list of available subcommands. You can also get help
on each subcommand; for example, running
eg help commit
will explain how to commit and provide many examples of doing so.
Note: bash-completion-eg.sh is NOT needed to run eg; it's here just for
the people that have bash completion set up and want to use it with eg
(google for bash_completion if you want to know more or how to make use of
bash-completion-eg.sh). All you need to run eg is to make sure the 'eg'
script is in your path.