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=22&rev2=23 Patches should be rejected which do not adhere to the guidelines in HowToContribute and to the CodeReviewChecklist. Committers should always be polite to contributors and try to instruct and encourage them to contribute better patches. If a committer wishes to improve an unacceptable patch, then it should first be rejected, and a new patch should be attached by the committer for review. == Commit == + + Hadoop uses git for version control. The writable repo is at - TODO + + ==== Initial setup ==== + We try to keep our history all linear and avoid merge commits. To this end, we highly recommend using git pull --rebase. In general, it is a good practice to have this *always* turned on. If you haven't done so already, you should probably run the following: + {{{$ git config --global branch.autosetuprebase always}}} When you commit a patch, please:
