Удобные алиасы для git
Добавить в файл $HOME/.gitconfig
[alias]
co = checkout st = status -sb ci = commit br = branch hist = log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short type = cat-file -t dump = cat-file -p l = log --pretty="%Cgreen%cn%Creset %C(auto)%h%Creset %Cred%ad%Creset%n %s" --date=relative lg = log --pretty="%Cgreen%cn%Creset %C(auto)%h%Creset %Cred%ad%Creset%n %s" --date=relative --graph forget = update-index --assume-unchanged recall = update-index --no-assume-unchanged in = '!git remote update -p; git log ..@{u}' out = 'log @{u}..' |
Подписаться на:
Сообщения (Atom)