Advertisement
thioshp

Termux Command hub Help

Jun 24th, 2018
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
  2. [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
  3. [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
  4. [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
  5. <command> [<args>]
  6.  
  7. These are common Git commands used in various situations:
  8.  
  9. start a working area (see also: git help tutorial)
  10. clone Clone a repository into a new directory
  11. init Create an empty Git repository or reinitialize an existing one
  12.  
  13. work on the current change (see also: git help everyday)
  14. add Add file contents to the index
  15. mv Move or rename a file, a directory, or a symlink
  16. reset Reset current HEAD to the specified state
  17. rm Remove files from the working tree and from the index
  18.  
  19. examine the history and state (see also: git help revisions)
  20. bisect Use binary search to find the commit that introduced a bug
  21. grep Print lines matching a pattern
  22. log Show commit logs
  23. show Show various types of objects
  24. status Show the working tree status
  25.  
  26. grow, mark and tweak your common history
  27. branch List, create, or delete branches
  28. checkout Switch branches or restore working tree files
  29. commit Record changes to the repository
  30. diff Show changes between commits, commit and working tree, etc
  31. merge Join two or more development histories together
  32. rebase Reapply commits on top of another base tip
  33. tag Create, list, delete or verify a tag object signed with GPG
  34.  
  35. collaborate (see also: git help workflows)
  36. fetch Download objects and refs from another repository
  37. pull Fetch from and integrate with another repository or a local branch
  38. push Update remote refs along with associated objects
  39.  
  40. 'git help -a' and 'git help -g' list available subcommands and some
  41. concept guides. See 'git help <command>' or 'git help <concept>'
  42. to read about a specific subcommand or concept.
  43.  
  44. These GitHub commands are provided by hub:
  45.  
  46. browse Open a GitHub page in the default browser
  47. ci-status Show the CI status of a commit
  48. compare Open a compare page on GitHub
  49. create Create this repository on GitHub and add GitHub as origin
  50. delete Delete a repository on GitHub
  51. fork Make a fork of a remote repository on GitHub and add as remote
  52. issue List or create issues
  53. pr Work with pull requests
  54. pull-request Open a pull request on GitHub
  55. release List or create releases
  56. sync Fetch git objects from upstream and update branches
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement