Git - Configuration and Aliases
Given this
What command will run when you type
.gitconfig snippet:[alias] st = status ci = commit [user] email = user@example.com
What command will run when you type
git ci?