2016-02-02 Git Note git branch [-a] look at the branches you’ve visited git branch create a new branch from the current commit version git checkout -b git -d branch_name git merge git stash git push -f git checkout git checkout -b new_master git branch -d master Newer Leetcode-Gas Station(Java) Older Leetcode-Restore IP Addresses(Java)