Re: Fwd: [git-users] Highlevel (but simple to implement) commands provided by default for git

2013-05-29 Thread Junio C Hamano
Bráulio Bhavamitra writes: > root = rev-parse --show-toplevel Hmm, part of my "cdup" shell function looks something like cdup () { ... error detection etc... d=$(git rev-parse --show-toplevel) cd "$d" } so I can quickly go up to the top-level. With "root", I

Fwd: [git-users] Highlevel (but simple to implement) commands provided by default for git

2013-05-29 Thread Bráulio Bhavamitra
-- Forwarded message -- From: Bráulio Bhavamitra Date: Wed, May 29, 2013 at 8:23 AM Subject: [git-users] Highlevel (but simple to implement) commands provided by default for git To: git-us...@googlegroups.com Hello all, One of the things I note about git is that is provides most