forked from swcarpentry/git-novice
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request swcarpentry#398 from jonc125/imperative-commit-mes…
…sages Use imperative mood for example commit messages
- Loading branch information
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -672,12 +672,12 @@ repository (`git commit`): | |
> > {: .bash} | ||
> > Now the files are ready to commit. You can check that using `git status`. If you are ready to commit use: | ||
> > ~~~ | ||
> > $ git commit -m "Wrote down my plans to start a base on Venus" | ||
> > $ git commit -m "Write plans to start a base on Venus" | ||
> > ~~~ | ||
> > {: .bash} | ||
> > ~~~ | ||
> > [master cc127c2] | ||
> > Wrote down my plans to start a base on venus | ||
> > Write plans to start a base on Venus | ||
> > 2 files changed, 2 insertions(+) | ||
> > create mode 100644 venus.txt | ||
> > ~~~ | ||
|
@@ -713,11 +713,11 @@ repository (`git commit`): | |
> > | ||
> > ~~~ | ||
> > $ git add me.txt | ||
> > $ git commit -m "Updated Vlad's bio." --author="Frank N. Stein <[email protected]>" | ||
> > $ git commit -m "Update Vlad's bio." --author="Frank N. Stein <[email protected]>" | ||
> > ~~~ | ||
> > {: .bash} | ||
> > ~~~ | ||
> > [master 4162a51] Updated Vlad's bio. | ||
> > [master 4162a51] Update Vlad's bio. | ||
> > Author: Frank N. Stein <[email protected]> | ||
> > 1 file changed, 2 insertions(+), 2 deletions(-) | ||
> > | ||
|
@@ -726,7 +726,7 @@ repository (`git commit`): | |
> > Author: Frank N. Stein <[email protected]> | ||
> > Commit: Vlad Dracula <[email protected]> | ||
> > | ||
> > Updated Vlad's bio. | ||
> > Update Vlad's bio. | ||
> > | ||
> > commit aaa3271e5e26f75f11892718e83a3e2743fab8ea | ||
> > Author: Vlad Dracula <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters