git clone <repositor_url>
git branch <branch_name>
git checkout <branch_name>
git add .
git commit -m "your_commit_message"
git push origin <branch_name>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone <repositor_url>
git branch <branch_name>
git checkout <branch_name>
git add .
git commit -m "your_commit_message"
git push origin <branch_name>