[kwlug-disc] Using the alias command with the Git Command Line Interface

John Sellens jsellens at syonex.com
Wed Feb 14 10:54:54 EST 2018


Aliases are great - I have a whack of them myself
(e.g. alias gerp grep)

You might want to also have a look at the bash(1) man page
for the CDPATH variable, which you might find handy. CDPATH
can also work with "pushd" which I find very useful.

CLI is where it's at :-)

Cheers!

John

On Wed, 2018/02/14 10:35:32AM -0500, John Johnson <jvj at golden.net> wrote:
| # .bashrc
| # created 20180211
| alias cdprojectA="cd /c/Users/user/projects/projectA"
| alias cdprojectB="cd /c/Users/user/projects/projectB"
| alias cdprojectC="cd /c/Users/user/projects/projectC"
| # done
| 
| Next: Study & use the git control files: .gitignore and .ignore.
| 
| And yes! At this time, I prefer to use git from the command line window.
| Using the git gui will come later.
| 
| JohnJ




More information about the kwlug-disc mailing list