<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi,</div>
<div><br>
</div>
<div>I just learned a really slick trick that I don't think I've seen mentioned (so forgive me if it has). &nbsp;If you use bash then you can add a line like:</div>
<div><br>
</div>
<div>source /usr/local/git/contrib/completion/git-completion.bash</div>
<div><br>
</div>
<div>to your .bashrc and get command line autocompletion for git commands. &nbsp;git-completion.bash should come with your git distro.</div>
<div><br>
</div>
<div>Nathan.</div>
</body>
</html>