Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 277 Bytes

axios-test-5

Axios Post

git init

git branch -m old-name new-name

git branch -m master main

git status

git add --all

git commit -m "Add files"

git remote add origin https://github.com/anumit-web/axios-test-5.git

git pull --rebase origin main git push -u origin main