Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.26 KB | None | 0 0
  1. sovibot@hub:~$ screen -r
  2.    clone      Clone a repository into a new directory
  3.    commit     Record changes to the repository
  4.    diff       Show changes between commits, commit and working tree, etc
  5.    fetch      Download objects and refs from another repository
  6.    grep       Print lines matching a pattern
  7.    init       Create an empty git repository or reinitialize an existing one
  8.    log        Show commit logs
  9.    merge      Join two or more development histories together
  10.    mv         Move or rename a file, a directory, or a symlink
  11.    pull       Fetch from and merge with another repository or a local branch
  12.    push       Update remote refs along with associated objects
  13.    rebase     Forward-port local commits to the updated upstream head
  14.    reset      Reset current HEAD to the specified state
  15.    rm         Remove files from the working tree and from the index
  16.    show       Show various types of objects
  17.    status     Show the working tree status
  18.    tag        Create, list, delete or verify a tag object signed with GPG
  19.  
  20. See 'git help COMMAND' for more information on a specific command.
  21. sovibot@hub:~/dab-irc$ get up
  22. bash: get: command not found
  23. sovibot@hub:~/dab-irc$ git up
  24. git: 'up' is not a git-command. See 'git --help'.
  25. sovibot@hub:~/dab-irc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement