January 4, 2021
Estimated Post Reading Time ~

Add Alias for Git on cmder



To Add alias for Git on Cmder

Go to the following location or where ever you have unpacked the Cmder binaries

C:\Program Files\cmder\config

and open the file aliases with administrator permissions.

There you will be able to add alias easily, for example, to use with GIT you could add these common and most used commands alias:

gpusho=git push origin “$*” 
gpullo=git pull origin “$*” 
gs=git status ga=git add. 
gcm=git commit -m “$*” 
grmfolder=git rm -r “$*” 
grmfile=git rm “$*” 
gr=git reset


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.