B2G/QA/Git Commands: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 12: Line 12:
#* git checkout <branch name>
#* git checkout <branch name>
#* ex git checkout master
#* ex git checkout master
# to print log of commits in current branch
#* git log
# to delete a no longer used branch:
# to delete a no longer used branch:
#* git branch -D <branch name>
#* git branch -D <branch name>
Confirmed users
964

edits