git clone
cd repo-name
git checkout -b branch-name
git branch
git add .
git commit -m "your message"
git push -u origin branch-name
| Name | Name | Last commit date | ||
|---|---|---|---|---|
git clone
cd repo-name
git checkout -b branch-name
git branch
git add .
git commit -m "your message"
git push -u origin branch-name