Stage files with: git add file_name
Or to add all of the files that were changed: git add *
Commit staged files with: git commit -m "Insert your commit message here"
Send local commits to remote repository: git push
Get changes from the remote repository: git pull
Change branch: git checkout example_branch
Create new branch: git checkout -b example_branch
Merge two branches: git merge target_branch current_branch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.