git 筆記
git alias
1
git config --global alias.slog "log --graph --all --topo-order --pretty='format:%h %ai %s%d (%an)'"
移動git tag 位置
1
2git tag --force <tag名稱>
git push origin <tag名稱> --force #強迫推送到遠端
git alias
1 | git config --global alias.slog "log --graph --all --topo-order --pretty='format:%h %ai %s%d (%an)'" |
移動git tag 位置
1 | git tag --force <tag名稱> |