Answers for "graph in git"

5

git graph

git log --all --decorate --oneline --graph
Posted by: Guest on May-30-2020
1

git graph code

git config --global alias.adog "log --all --decorate --oneline --graph"
# after just
git adog
# Problem? -> linkedin.com/in/barisx
Posted by: Guest on September-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language