User Tools

Site Tools


howto-git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howto-git [2012-11-04 09:32]
glen [Pushing big files]
howto-git [2012-11-29 12:47]
glen [Pushing big files]
Line 153: Line 153:
 There'​s exception if you can't do that (is too hard to do due local modifications),​ you can add the patch filename into ''​.bigfiles''​ file. See [[http://​lists.pld-linux.org/​mailman/​pipermail/​pld-devel-en/​2012-October/​023210.html|pld-devel-en post]]. There'​s exception if you can't do that (is too hard to do due local modifications),​ you can add the patch filename into ''​.bigfiles''​ file. See [[http://​lists.pld-linux.org/​mailman/​pipermail/​pld-devel-en/​2012-October/​023210.html|pld-devel-en post]].
  
 +After you found you pushed and was rejected by big file restriction,​ you can fix it like this (assuming it was only single commit): 
 +<code bash> 
 +echo 7.3.640 > .bigfiles 
 +git add .bigfiles 
 +git commit --amend 
 +git push origin master 
 +</​code>​
 =====Graphical repository browser===== =====Graphical repository browser=====
  
howto-git.txt · Last modified: 2016-03-21 10:36 by glen