diff --git a/docs/developers/Git/GitShortcuts b/docs/developers/Git/GitShortcuts new file mode 100644 index 000000000..e36d23264 --- /dev/null +++ b/docs/developers/Git/GitShortcuts @@ -0,0 +1,2 @@ +-- Useful git shortcuts -- +alias gitlog="git log --all --graph --pretty=format:'%C(auto)%d%Creset %C(Yellow) %h %Creset|| %C(Cyan) %as %Creset || %C(dim magenta) %an %Creset|| %s'"