Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HowToCommitWithGit" page has been changed by karthikkambatla:
https://wiki.apache.org/hadoop/HowToCommitWithGit?action=diff&rev1=26&rev2=27

  {{{
  $ git config --global branch.autosetuprebase always
  }}}
+ 
+ Also, we highly recommend setting username and email for git to use:
+ {{{
+ $ git config [--global] user.name <real-name>
+ $ git config [--global] user.email <email>@apache.org
+ }}}
+ 
+ More recommendations on how to use git with ASF projects can be found 
[[https://git-wip-us.apache.org | here]]
  
  ==== Committing a patch ====
  When you commit a patch, please follow these steps:

Reply via email to