Git Branches in Local Repository (Tutorial): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 November 2024

6 November 2024

  • curprev 16:5516:55, 6 November 2024Lucasadmin talk contribs 9,714 bytes +9,714 Created page with "== Creating new branches == Let's create a new branch called "modifications1". We can verify the creation of this branch by using the command git branch, which displays all local branches. The currently checked out branch is highlighted in green. 500px|center We now create a second branch called "modifications2". 500px|center By using the option -a, the git branch command displays all..."