Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "save" command #113

Closed
4 tasks done
extsoft opened this issue Apr 30, 2018 · 0 comments
Closed
4 tasks done

Add "save" command #113

extsoft opened this issue Apr 30, 2018 · 0 comments

Comments

@extsoft
Copy link
Contributor

extsoft commented Apr 30, 2018

Add a new command called save. This command saves the changes to the current repository as a commit.

The command is a sequence of the following commands:

git add --interactive
git elegant check --staged # check for trailing spaces
git commit

Definition of done:

  • save command is added
  • new tests are added
  • bash completion is updated
  • documentation is updated
tatyanaboloban pushed a commit to tatyanaboloban/elegant-git that referenced this issue Nov 14, 2018
Add a description of the "save" command to the README.md

bees-hivegh-113
tatyanaboloban pushed a commit to tatyanaboloban/elegant-git that referenced this issue Nov 14, 2018
Add a description of the "save" command to the README.md

 bees-hive#113
tatyanaboloban pushed a commit to tatyanaboloban/elegant-git that referenced this issue Nov 14, 2018
tatyanaboloban pushed a commit to tatyanaboloban/elegant-git that referenced this issue Nov 14, 2018
Add "save" command which saves the changes to the current
branch as a commit
Add new command "save" to git-elegant-commands

 bees-hive#113
@extsoft extsoft closed this as completed Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant