pl
Pull latest changes. Shorthand for git pull to fetch and merge changes from the upstream branch. Added for consistency with the 2-character ps alias.
Usage:
git pl
CLI Command
git config --global alias.pl "pull"
.gitconfig Snippet
[alias]
pl = pull