git init
git add <filname> or git add .
git commit -m "comment"
git branch <new branch>
// in branch mater git merge <branch to merge with master>