git操作基礎:刪除資料夾
git中刪除資料夾的方法簡單整理如下:
命令列
項番 | 命令 |
---|---|
No.1 | git rm -rf 資料夾名 |
No.2 | git add -A |
No.3 | git commit -m “delete dir” |
No.4 | git push |
執行例
[root@host31 src]# git rm -rf static
rm 'src/static/bootstrap/css/bootstrap-theme.css'
rm 'src/static/bootstrap/css/bootstrap-theme.css.map'
rm 'src/static/bootstrap/css/bootstrap-theme.min.css'
rm 'src/static/bootstrap/css/bootstrap-theme.min.css.map'
rm 'src/static/bootstrap/css/bootstrap.css'
rm 'src/static/bootstrap/css/bootstrap.css.map'
rm 'src/static/bootstrap/css/bootstrap.min.css'
rm 'src/static/bootstrap/css/bootstrap.min.css.map'
rm 'src/static/bootstrap/fonts/glyphicons-halflings-regular.eot'
rm 'src/static/bootstrap/fonts/glyphicons-halflings-regular.svg'
rm 'src/static/bootstrap/fonts/glyphicons-halflings-regular.ttf'
rm 'src/static/bootstrap/fonts/glyphicons-halflings-regular.woff'
rm 'src/static/bootstrap/fonts/glyphicons-halflings-regular.woff2'
rm 'src/static/bootstrap/js/bootstrap.js'
rm 'src/static/bootstrap/js/bootstrap.min.js'
rm 'src/static/bootstrap/js/npm.js'
[root@host31 src]#
此時已經將本地資料夾同時刪除
[root@host31 src]# ls static
ls: cannot access static: No such file or directory
[root@host31 src]#
[root@host31 src]# git add -A
[root@host31 src]# git commit -m "delete static dir"
[master b210daa] delete static dir
16 files changed, 10045 deletions(-)
delete mode 100644 src/static/bootstrap/css/bootstrap-theme.css
delete mode 100644 src/static/bootstrap/css/bootstrap-theme.css.map
delete mode 100644 src/static/bootstrap/css/bootstrap-theme.min.css
delete mode 100644 src/static/bootstrap/css/bootstrap-theme.min.css.map
delete mode 100644 src/static/bootstrap/css/bootstrap.css
delete mode 100644 src/static/bootstrap/css/bootstrap.css.map
delete mode 100644 src/static/bootstrap/css/bootstrap.min.css
delete mode 100644 src/static/bootstrap/css/bootstrap.min.css.map
delete mode 100644 src/static/bootstrap/fonts/glyphicons-halflings-regular.eot
delete mode 100644 src/static/bootstrap/fonts/glyphicons-halflings-regular.svg
delete mode 100644 src/static/bootstrap/fonts/glyphicons-halflings-regular.ttf
delete mode 100644 src/static/bootstrap/fonts/glyphicons-halflings-regular.woff
delete mode 100644 src/static/bootstrap/fonts/glyphicons-halflings-regular.woff2
delete mode 100644 src/static/bootstrap/js/bootstrap.js
delete mode 100644 src/static/bootstrap/js/bootstrap.min.js
delete mode 100644 src/static/bootstrap/js/npm.js
[root@host31 src]# git push
Username for 'https://github.com': liumiaocn
Password for 'https://liumiaocn@github.com':
Counting objects: 5, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 277 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/liumiaocn/cycle
72009e4..b210daa master -> master
[root@host31 src]#
相關文章
- git刪除資料夾Git
- 資料夾刪除不掉怎麼辦?資料夾無法刪除
- git刪除遠端資料夾或檔案的方法Git
- CoLab刪除資料夾
- 資料夾刪除不了怎麼辦?資料夾刪除不了的解決方法
- git 刪除已經新增到git跟蹤的檔案或資料夾Git
- 【Git/Github】刪除遠端倉庫中的檔案/資料夾Github
- Linux 刪除資料夾命令Linux
- local資料夾能刪除嗎
- 批量刪除空的資料夾
- 如何刪除Removable Drives資料夾?REM
- java檔案和資料夾複製、刪除、移動操作Java
- win10怎麼用命令刪除資料夾_win10命令刪除資料夾方法Win10
- 電腦中temp資料夾可以刪除嗎 電腦中temp資料夾怎麼刪除
- linux刪除資料夾下所有檔案命令是什麼 linux刪除資料夾下內所有內容怎麼操作Linux
- roaming資料夾可以刪除嗎
- gulp刪除檔案和資料夾
- linux下建立、刪除資料夾Linux
- Linux rm命令 刪除資料夾Linux
- 快速刪除node_modules資料夾
- temp資料夾可以刪除嗎 temp資料夾幹啥的
- documents是什麼資料夾 documents資料夾可以刪除嗎
- drivers是什麼資料夾 drivers資料夾可以刪除嗎
- linux刪除一個資料夾下面的多個資料夾Linux
- win10 appdata資料夾是否可以刪除_win10 appdata資料夾哪些可以刪除Win10APP
- Linux下刪除資料夾的命令Linux
- 解決centos 刪除資料夾 permission deniedCentOS
- Ubuntu 強制刪除資料夾(非空)Ubuntu
- linux_rm -rf刪除資料夾Linux
- Linux刪除資料夾命令--rm, rmdirLinux
- Windows上的資料夾無法刪除Windows
- .git資料夾Git
- 怎麼刪除windows10的6個資料夾_windows10刪除6個資料夾的方法Windows
- kingsoft資料夾可以刪除嗎 kingsoft資料夾刪不掉的解決辦法
- php 刪除資料夾的實現程式碼PHP
- FileUtils類建立、刪除檔案及資料夾
- image是什麼資料夾可以刪除嗎
- 桌面資料夾無法刪除怎麼辦?