今日工作总结

2021-11-19 10:42 By "Powerless" 2893 0 4

    Ctrl C

    Ctrl V

    Ctrl S

$ git add .

$ git commit  -m  'fix bug'
[feature-20211111-sync-task 0a400aaf8] fix bug
 128 file changed, 4096 insertion(+), 5120 deletion(-)

$ git push
error:failed to push remote…  conflict 

$ git push  --force

Done!!!

评 论

View in WeChat

Others Discussion

  • MySQL分组
    Posted on 2019-11-18 14:00
  • PHP7不兼容性
    Posted on 2018-03-07 15:59
  • 一些常见的基础概念
    Posted on 2018-11-28 19:10
  • HTTP头中隐藏PHP版本号
    Posted on 2021-01-11 16:38
  • QPS、TPS、RT、吞吐量到底是什么
    Posted on 2020-02-02 01:15
  • MySQL事务介绍
    Posted on 2019-06-05 18:14
  • 能创建多少个 TCP 连接?
    Posted on 2021-08-02 16:00
  • MySQL中的行级锁,表级锁,页级锁
    Posted on 2018-08-25 11:00