With aliases, you can avoid typing the same commands over and over again.
I often rebase feature branches and then want to force push them to the server. git push --force origin feature-mongodb-support …
git git-push git-aliasI'd like the command git co to be the same as typing git checkout. A normal Bash alias (alias co=…
git alias git-aliasCan I pass arguments to the alias of a Git command? I have some alias in Git config, like so: …
git git-config git-aliasI created a git command that shows me the diff between the HEAD and the last Git-SVN commit. Git is …
git git-config git-alias