mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-08-17 15:40:04 +00:00
Add a safe git tag release script
This commit is contained in:
parent
aeef67ba58
commit
99a61b1bc5
2 changed files with 138 additions and 0 deletions
|
@ -62,6 +62,8 @@
|
|||
lg = "log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
|
||||
loog = "log --format=fuller --show-signature --all --color --decorate --graph"
|
||||
|
||||
release = "!~/.config/git/release.py"
|
||||
|
||||
make-patch = "diff --no-prefix --relative"
|
||||
|
||||
set-upstream = "!git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue