With aliases, you can avoid typing the same commands over and over again. Aliases were added in Git version 1.4.0. Table of contents: Introduction To show how to use aliases, suppose you wish you could write git ci instead of git commit. You can achieve this by adding the following section to ~/.gitconfig: [alias] ci = commit Some people are uncomfortable editing the config file themselves. They c
{{#tags}}- {{label}}
{{/tags}}