Shmily

Notes on doing...

  • Menu
  • Tags
  • About
  • 主页
  • 所有文章
github mail
Android Android Studio App Inventor Git Hexo LaTex MAC OSX Mac OSX Markdown MySQL SQLite XAMPP
我是谁,我从哪里来,我到哪里去?我就是我,是颜色不一样的吃货…

Shmily

Shmily

Notes on doing...

  • 主页
  • 所有文章
github mail
2017-03-15

How to remove directory from remote and local

  • Git

Remove directory from remote repo and local

1
2
3
git rm -r FolderName
git commit -m "Remove folder from repository"
git push origin <your-git-branch> (typically 'master', but not always)

Remove directory from remote repo but NOT local

1
2
3
git rm -r --cached FolderName
git commit -m "Removed folder from repository"
git push origin master
<
Android Support Library v4、v7、v13包的区别
【转】Android中关于Date格式化的方法总结
>
© 2018 Shmily
Hexo Theme Yilia by Litten