On 16/10/2015 05:50, Magnus Therning wrote:
> On Thu, Oct 15, 2015 at 01:32:56PM -0700, Steve Prud'Homme wrote:
>> Hi, I use GIT with Articulate Storyline files that are Binary.
>> I do a lot of commit to be save. At the end of a project, my repository is 
>> big.
>> It is possible to keep only key commit and delete other.
>> Have a good day
> 
> What is a "key commit"?
> 
> /M
> 

You need to use:
   git rebase -i origin/master

to "squash" your commits into a single commit, or so, before pushing.
See
http://stackoverflow.com/questions/6934752/combining-multiple-commits-before-pushing-in-git
Plus: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History

-- 
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to