1. git checkout -b [NewBranch]
2. Do changes
3. git commit -m "Messages"
4. git push origin [NewBranch]