Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Righto. So what is the equivalent thing with git-annex? Would I have to essentially do two commits, one for source code and one for large objects?


I'm still ramping up on git-annex, but basically (once set up):

    git annex add large_file
    git commit
And with mixed (haven't experimented with that yet), I'm pretty sure you could: git annex add large_file git add small_file git commit


Yes, you can mix them just fine.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: