[Buildroot] HEADS UP: svn->git transition

Gaye Abdoulaye Walsimou walsimou at walsimou.com
Fri May 1 17:05:16 UTC 2009


> Busybox svn has been migrated to git.
>
> I check out fresh tree with:
>
> git clone git+ssh://vda@busybox.net/var/lib/git/busybox.git
>
> Then in that tree I can do:
>
> git pull          -- analog of "svn update"
> git add new_file  -- IIUC this is "svn add" analog
> git commit -a     -- create a local change which includes all files
>                      modified since last commit.
>   

You can add -s :

git commit -a -s

In order to have a "Signed-off-by" added automatically.



More information about the buildroot mailing list