manjoc

command
v0.0.0-...-70b045a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2018 License: MIT Imports: 2 Imported by: 0

README

mark

git command

windows git, 使用 git 子命令 --help 调出本地使用帮助在浏览器上

  • git rm 只能删除 git add 之后的文件(包括 commit 的文件),git rm 不能删除空目录
    • 想删除空目录怎么办
      • git rm -rf DIR 删除非空目录
      • git clean -fd
    • git rm -r Allow recursive removal when a leading directory name is given.
    • git rm -f override the up-to-date check
    • git rm --cached only remove from the index

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
one example to show the c10k problem.
one example to show the c10k problem.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL