Git tips

Useful Git commands and options. git branch -a show current branch and show all branches, -а key means all git branch newbranch – create new branch with name called”newbranch” git branch -f master / – move HEAD of “master” branch to commit with hash or to the HEAD of branch called , if there is […]

Continue reading