1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
| 朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git add . warning: LF will be replaced by CRLF in js/scroll-numbers.js. The file will have its original line endings in your working directory
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git commit -m "新增首页数字滚动效果" [master a4a9167] 新增首页数字滚动效果 2 files changed, 85 insertions(+), 4 deletions(-) create mode 100644 js/scroll-numbers.js
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git remote add origin https: error: remote origin already exists.
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git pull origin master From gitee.com:AprilDawn/Light-Year-Admin-Using-Iframe-v5 * branch master -> FETCH_HEAD Already up to date.
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git push Enumerating objects: 8, done. Counting objects: 100% (8/8), done. Delta compression using up to 8 threads Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 1.54 KiB | 789.00 KiB/s, done. Total 5 (delta 3), reused 0 (delta 0), pack-reused 0 remote: Powered by GITEE.COM [GNK-6.4] To gitee.com:AprilDawn/Light-Year-Admin-Using-Iframe-v5.git 92bce9a..a4a9167 master -> master
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config user.name Axovi
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config --global user.name "AprilDawn"
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config user.name AprilDawn
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config user.email 77489931+Axovi@users.noreply.github.com
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config --global user.email "zmqpersonal@163.com"
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config user.email zmqpersonal@163.com
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git rebase -i HEAD~2 Stopped at a4a9167... 新增首页数字滚动效果 You can amend the commit now, with
git commit --amend
Once you are satisfied with your changes, run
git rebase --continue
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master|REBASE 2/2) $ git commit --amend --author="AprilDawn zmqpersonal@163.com" fatal: --author 'AprilDawn zmqpersonal@163.com' is not 'Name <email>' and matches no existing author
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master|REBASE 2/2) $ git commit --amend --author="AprilDawn <zmqpersonal@163.com>" [detached HEAD 1439011] 新增首页数字滚动效果 Date: Mon Oct 23 00:16:39 2023 +0800 2 files changed, 85 insertions(+), 4 deletions(-) create mode 100644 js/scroll-numbers.js
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master|REBASE 2/2) $ git rebase --continue Successfully rebased and updated refs/heads/master.
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git push --force Enumerating objects: 8, done. Counting objects: 100% (8/8), done. Delta compression using up to 8 threads Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 1.53 KiB | 784.00 KiB/s, done. Total 5 (delta 3), reused 0 (delta 0), pack-reused 0 remote: Powered by GITEE.COM [GNK-6.4] To gitee.com:AprilDawn/Light-Year-Admin-Using-Iframe-v5.git + a4a9167...1439011 master -> master (forced update)
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config user.name AprilDawn
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config --global user.name "四月黎明"
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git config user.name 四月黎明
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git rebase -i HEAD~1 Stopped at 1439011... 新增首页数字滚动效果 You can amend the commit now, with
git commit --amend
Once you are satisfied with your changes, run
git rebase --continue
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master|REBASE 1/1) $ git commit --amend --author="AprilDawn^Czmqpersonal@163.com>"
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master|REBASE 1/1) $ git commit --amend --author="四月黎明 <zmqpersonal@163.com>" [detached HEAD 2e06b8e] 新增首页数字滚动效果 Date: Mon Oct 23 00:16:39 2023 +0800 2 files changed, 85 insertions(+), 4 deletions(-) create mode 100644 js/scroll-numbers.js
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master|REBASE 1/1) $ git rebase --continue Successfully rebased and updated refs/heads/master.
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $ git push --force Enumerating objects: 8, done. Counting objects: 100% (8/8), done. Delta compression using up to 8 threads Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 1.54 KiB | 786.00 KiB/s, done. Total 5 (delta 3), reused 0 (delta 0), pack-reused 0 remote: Powered by GITEE.COM [GNK-6.4] To gitee.com:AprilDawn/Light-Year-Admin-Using-Iframe-v5.git + 1439011...2e06b8e master -> master (forced update)
朱美全@DESKTOP-NHHHFLU MINGW64 /e/gitproject/Light-Year-Admin-Using-Iframe-v5 (master) $
|