Howto:Start using git: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (moved Howto: Start using git to Howto:Start using git: Robot: Moved page)
No edit summary
Line 11: Line 11:
* git diff - to view differences
* git diff - to view differences
* git pull - to pull (=download AND merge!) latest updates from the repository that was used for cloning (for updating the local master branch using the origin)
* git pull - to pull (=download AND merge!) latest updates from the repository that was used for cloning (for updating the local master branch using the origin)
* git pull --rebase - to pull and rebase your own changes on top of the pulled data
* git branch - to show active branch and display list of other local branches
* git branch - to show active branch and display list of other local branches
* git branch BRANCHNAME - to create a new branch using BRANCHNAME (branch=working copy)
* git branch BRANCHNAME - to create a new branch using BRANCHNAME (branch=working copy)

Navigation menu