search for: softwareswirl

Displaying 3 results from an estimated 3 matches for "softwareswirl".

2012 May 16
2
Idea for feature recursive ssh: "scp file user1@gateway:user2@server:"
...ed for ssh itself: ssh user1 at gateway:user2 at server though admittedly this isn't quite such a big win compared to the approximately equivalent ssh -t user1 at gateway ssh user2 at server Thank you for your attention, Michael -- Michael Haggerty mhagger at alum.mit.edu http://softwareswirl.blogspot.com/
2011 Aug 23
0
[LLVMdev] git Status
...sy with linear history, I think. Chris has stated her wants reviews to be a simple as possible and linear history gets us that. There are some more interesting points made here: http://randyfay.com/node/91 Here's an interesting article with a proposal on how to get the best of both: http://softwareswirl.blogspot.com/2009/04/truce-in-merge-vs-rebase-war.html The follow-up linked at the bottom explains how it mgiht be implement. It requires changes to git, however. Personally, I kind of like the ideas presented but I doubt it will happen any time soon. > One other comment - the way I use git (...
2011 Aug 23
5
[LLVMdev] git Status
David, A few comments. > Naming Upstream > --------------- > > The intial clone from upstream results in a git remote reference with > the rather unhelpful name of "origin." As more remote sources get > added, it is easy to forget what "origin" is. Therefore, add a remote > with a more descriptive name. > > git remote add llvm-upstream