Git references: Revision history

Jump to navigation Jump to search

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 March 2023

  • curprev 19:1919:19, 19 March 2023Mark talk contribs 1,312 bytes +1,312 Created page with "[http://rogerdudler.github.io/git-guide/ Simple Git Guide] Create a new branch named "feature_x" and switch to it using git checkout -b feature_x Switch back to master git checkout master Delete the branch when done git branch -d feature_x Branch is not available to others unless you push the branch to your remote repository git push origin <branch> Merge from a branch to active branch git merge <branch> Do this on each library gi..."