Skip to content

Easyzhou/ts-axios

ts-axios

使用typescript重构axios

####### #######

因为不记得git命令一下,嘿嘿

关联远程github命令 xxx为地址

git remote add origin xxxx...

拉取合并远程分支代码

git pull origin master

注意此处README.md和远程代码冲突,先删除本地代码的readme

rm README.md

查看本地分支啊

git branch

将代码从工作区添加到缓冲区

git add .

提交代码

git commit -m 'xxxx...'

推送到远程分支

git push origin master

About

使用typescript实现axios

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors