summaryrefslogtreecommitdiff
path: root/bin/git-new-workdir
AgeCommit message (Collapse)Author
2011-12-16when creating linked clone with branch, make sure to ff to the current stateChristian Lohmaier
the git-new-workdir helper is mostly useful to have one pristine clone where the updates get pulled into & from that you create working copies. As pulling to that master copy only updates the current branch (usually master), checking out a different branch using git-new-workdir will result in "your branch is behind the remote branch by xx commits" when there have been commits after the branch was first checked out locally. Thus this change adds a fast-forwarding merge when a branch is given.
2010-11-30add some utility scripts to create new workdirNorbert Thiebaud
based on kohei blog on the subject, adapted for the 'bootstrap' build