News

graph@log:~$ git log --all --decorate --oneline --graph A pretty git log graph The pretty switch of the git log provides a multitude of ways to format git log output, especially when a developer uses ...
You can insert a flowchart, sequence diagram, class diagram, Gantt charts, pie charts, and even git graphs using Mermaid in Obsidian. In the example below, I will focus on a flowchart.
The git push <remote> <branch> command will push the changes on <branch> from your local repository to <remote>, which is usually the repository on a server where you collaborate with your colleagues.