Skip to content

Commit

Permalink
fixing git setup command in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
caromk authored and hurtstotouchfire committed Jan 29, 2014
1 parent a705a93 commit 254c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The git setup script `git_setup.sh` is written to be run multiple times if neede

From the git_config directory you can run:
```
sh git_setup `pwd`
sh git_setup.sh `pwd`
```
You will be prompted to enter your name and email. Note that this config file currently provides a default text editor of emacs, so if you want to change that, you can run an additional command after running this script:
```
Expand Down

1 comment on commit 254c4c8

@hurtstotouchfire
Copy link
Owner

Choose a reason for hiding this comment

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

This is what it looks like when I cherry-pick a commit that Caroline made (in her branch) into master. So, "committer" and "author" are different fields on a commit.

Please sign in to comment.