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=25&rev2=26 == Commit individual patches == - Hadoop uses git for version control. The writable repo is at - https://git-wip-us.apache.org/repos/asf/hadoop.git + Hadoop uses git for the main source. The writable repo is at - https://git-wip-us.apache.org/repos/asf/hadoop.git ==== 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:
