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

Update Git workflow 1.2 Make changes #137

Merged

Conversation

piotrgajow
Copy link
Contributor

  • Advise to use add --patch
  • Switch to use commit without --all

(references issue #115 )

- Advise to use add --patch
- Switch to use commit without --all
README.md Outdated
```
_Why:_
> `git commit -a` will start an editor which lets you separate the subject from the body. Read more about it in *section 1.3*.
> `gitadd -p` will let you review all of the introduced changes and decide whether to include them in the commit or not.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> `gitadd -p` will let you review all of the introduced changes and decide whether to include them in the commit or not.
> `git add -p` will let you review all of the introduced changes and decide whether to include them in the commit or not.

Typo!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh. I wonder how this happened 😅. Fixed

@piotrgajow piotrgajow changed the title Update Git workflow 1.2 Make changesi Update Git workflow 1.2 Make changes Oct 27, 2018
- Describe specifying file list
- Include --patch as tip
Copy link
Collaborator

@vpanjganj vpanjganj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, many thanks.

@vpanjganj vpanjganj merged commit 687dad2 into elsewhencode:master Oct 29, 2018
vibhanshuc pushed a commit to data-peace/project-guidelines that referenced this pull request Nov 1, 2018
* Update Git workflow 1.2 Make changesi

- Advise to use add --patch
- Switch to use commit without --all

* Fix space

* Change usage for git add

- Describe specifying file list
- Include --patch as tip
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

Successfully merging this pull request may close these issues.

None yet

3 participants