On Tue, 23 Oct 2012 09:35:26 -0700, Tim Bird wrote: > 1. git commands: > Do you have any 'git' commands that you use, that > you think are not commonly known or used? > > My own is 'git describe', which I used quite a bit when > preparing my 'status of embedded Linux' talks. > > Also, I use 'git format-patch' quite a bit when I'm converting > from git commits to a quilt series. I know people use this > for submitting patches to mainline, but I use it a bit differently > (I think) when I'm making a quilt patch series.
For sure on my end the most useful git commands are: * git rebase -i, which I use to rework series of patches. No need for quilt, stgit, topgit or who knows what. git rebase -i is really a very powerful way to organize and rework a set of patches, going through multiple iterations. * git add -p, which allows to selectively stage parts of a file changes for the next commit. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com _______________________________________________ Celinux-dev mailing list Celinux-dev@lists.celinuxforum.org https://lists.celinuxforum.org/mailman/listinfo/celinux-dev