On Mon, Nov 15, 2010 at 11:43 AM, Dustin <dsalli...@gmail.com> wrote:
>  I also wrote a command for doing a commit without history for all my
> generated documentation:
>
>  https://github.com/dustin/bindir/blob/master/git-baseless-commit

Note that using a commit with no history will make your pushes take
slightly longer; git will upload all the objects every single time.
If you make each subsequent commit depend on the previous one (as in
the script I posted earlier) then it can upload deltas instead.  This
probably doesn't matter if your data is relatively small, of course.

Have fun,

Avery

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to git...@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to