各开发工具和一些知识链接(学习中不断更新)

微信小程序https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/settings.html

webStorm激活1月激活时选择License server 填入http://idea.imsxm.com 点击Active即可。

git指南https://github.com/geeeeeeeeek/git-recipes/wiki/2.1-%E5%BF%AB%E9%80%9F%E6%8C%87%E5%8D%97

z{D:\gitos\sb-dc>git add .


D:\gitos\sb-dc>git commit
[master b3f34c6] Merge branch 'master' of https://gitee.com............


D:\gitos\sb-dc>git status
On branch master
nothing to commit, working tree clean


D:\gitos\sb-dc>git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use


    git push --set-upstream origin master




D:\gitos\sb-dc>git push --set-upstream origin master
Counting objects: 89, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (88/88), done.
Writing objects: 100% (89/89), 16.60 KiB | 0 bytes/s, done.
Total 89 (delta 61), reused 0 (delta 0)
To https://gitee.com/shangbiao/sb-dc.git
   3127bc8..b3f34c6  master -> master
Branch master set up to track remote branch master from origin.


D:\gitos\sb-dc>git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值