[关闭]
@2890594972 2017-10-30T22:52:51.000000Z 字数 1651 阅读 1245

码云集成vscode

git 大象


正常情况下,vscode不会显示

  1. Git 全局设置:
  2. git config --global user.name "ASxx"
  3. git config --global user.email "123456789@qq.com"

git指令

  1. $ git
  2. usage: git [--version] [--help] [-C <path>] [-c name=value]
  3. [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
  4. [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]
  5. [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
  6. <command> [<args>]
  7. These are common Git commands used in various situations:
  8. start a working area (see also: git help tutorial)
  9. clone Clone a repository into a new directory
  10. init Create an empty Git repository or reinitialize an existing one
  11. work on the current change (see also: git help everyday)
  12. add Add file contents to the index
  13. mv Move or rename a file, a directory, or a symlink
  14. reset Reset current HEAD to the specified state
  15. rm Remove files from the working tree and from the index
  16. examine the history and state (see also: git help revisions)
  17. bisect Use binary search to find the commit that introduced a bug
  18. grep Print lines matching a pattern
  19. log Show commit logs
  20. show Show various types of objects
  21. status Show the working tree status
  22. grow, mark and tweak your common history
  23. branch List, create, or delete branches
  24. checkout Switch branches or restore working tree files
  25. commit Record changes to the repository
  26. diff Show changes between commits, commit and working tree, etc
  27. merge Join two or more development histories together
  28. rebase Reapply commits on top of another base tip
  29. tag Create, list, delete or verify a tag object signed with GPG
  30. collaborate (see also: git help workflows)
  31. fetch Download objects and refs from another repository
  32. pull Fetch from and integrate with another repository or a local branch
  33. push Update remote refs along with associated objects
  34. 'git help -a' and 'git help -g' list available subcommands and some
  35. concept guides. See 'git help <command>' or 'git help <concept>'
  36. to read about a specific subcommand or concept.
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注