diff options
author | Arturo Pie <arturotd08@yahoo.ca> | 2012-10-13 20:36:48 -0300 |
---|---|---|
committer | Arturo Pie <arturotd08@yahoo.ca> | 2012-10-13 20:36:48 -0300 |
commit | a5d4e1c8507ec95d8c0366b37b26b97426b91100 (patch) | |
tree | 31395488a9bb5306e228174370892a393acc6db3 | |
parent | a6ddc395b3fbc2b2213a0120612eb46288554aaa (diff) | |
download | rails-a5d4e1c8507ec95d8c0366b37b26b97426b91100.tar.gz rails-a5d4e1c8507ec95d8c0366b37b26b97426b91100.tar.bz2 rails-a5d4e1c8507ec95d8c0366b37b26b97426b91100.zip |
Update guides/source/contributing_to_ruby_on_rails.md
In this section we are actually updating 'my_new_branch'
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index f89317a44a..9eb8fa89d9 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -287,7 +287,7 @@ You can also add bullet points: TIP. Please squash your commits into a single commit when appropriate. This simplifies future cherry picks, and also keeps the git log clean. -### Update Master +### Update Your Branch It’s pretty likely that other changes to master have happened while you were working. Go get them: |