How to check what hides behind an alias
To check what command is assigned to the alias use type command:
$ type gl
gl is aliased to `git log --oneline`
To check what command is assigned to the alias use type command:
$ type gl
gl is aliased to `git log --oneline`