News

git log --pretty=oneline You can actually don’t need to prepend -pretty to the oneline switch, as there’s a built in alias for the command: git log --oneline Visualize branches with git log graph A ...