Aliases - Git SCM Wiki

Aliases From Git SCM Wiki Jump to: navigation , search start content Aliases 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: 1 Aliases 2 Introduction 3 Simple 3.1 A shortcut for seeing the fetched commits 3.2 Undoing any change in the current branch 4 Aliases with arguments 4.1 'ci' 4.2 Shortcut for displaying dates in your local timezone 4.3 Simple diff wrappers 5 Advanced 5.1 Calling "gitk" 5.2 What's new? 5.3 Poor man's "stash" 5.4 Serve repo on the spot 5.5 Prune all your stale remote branches 6 Advanced aliases with arguments 6.1 Spelunking of the project's history 6.2 A 'debug' alias to help debugging builtins 6.3 Calling "interdiff" between commits 7 Collection of aliases by Git users 7.1 Getting the diff of only one function 7.2 simple diff ignorin...

Linked on 2015-03-13 19:31:18 | Similar Links