Changes

Jump to: navigation, search

Mouse Lock Implementation FAQ

610 bytes added, 13:36, 15 November 2011
no edit summary
2. git add <file>, fix then add those files <br />
3. git commit
 
===Fixing rename errors in github===
One problem that users can run into when trying to merge large number of files in github is the inability of renaming those files. The merge command on github have a limit to how much files can be renamed (not sure the exact limit, but I believe it is O^n limit). To increase the limit for large merge, users can re-set the upper limit with the help of the following command:
<blockquote>
git config merge.renameLimit 999999
</blockquote>
If you wish to re-set to the default limit afterwards, then do this:
<blockquote>
git config --unset merge.renameLimit
</blockquote>
1
edit

Navigation menu