Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can find your Git aliases by running the following command in your terminal:

git config --list | grep alias

This will list all the aliases set up in your Git configuration. Alternatively, you can view your Git configuration settings by running the following command:

git config --list

This will show you all the settings in your Git configuration, including aliases.