Advertisement
Guest User

Untitled

a guest
May 20th, 2017
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. nikotyan@nikotyan-laptop:~/IdeaProjects/fred-staging$ git log -4
  2. commit 1048783eab5a5a762428299bf9a0237ae1e61561
  3. Author: Nikotyan <nikotyan@nikotyan-laptop.(none)>
  4. Date:   Sun Apr 18 18:43:00 2010 +0400
  5.  
  6.     stats table improvement(bug:#0003425)
  7.  
  8. commit 752ae5f315eddff59d2dbc48d7ef4da3d8d1bbf4
  9. Author: Nikotyan <nikotyan@nikotyan-laptop.(none)>
  10. Date:   Fri Apr 16 00:04:31 2010 +0400
  11.  
  12.     stats
  13.  
  14. commit 24a0b4053e4d29d1859c1887fe7a37cca88e8cec
  15. Author: Nikotyan <nikotyan@nikotyan-laptop.(none)>
  16. Date:   Mon Apr 12 22:52:01 2010 +0400
  17.  
  18.     tests that can't be compiled
  19.  
  20. commit 70a1cc56d605f1163c4f3c88d5b7f78a388f19b7
  21. Author: xor <xor@freenetproject.org>
  22. Date:   Mon Apr 12 17:57:45 2010 +0200
  23.  
  24.    Fix column labels.
  25. nikotyan@nikotyan-laptop:~/IdeaProjects/fred-staging$ git branches
  26. git: 'branches' is not a git-command. See 'git --help'.
  27. nikotyan@nikotyan-laptop:~/IdeaProjects/fred-staging$ git branch
  28.  master
  29. * nikotyan-changes
  30.  nikotyan-stats-changes
  31. nikotyan@nikotyan-laptop:~/IdeaProjects/fred-staging$ git push origin nikotyan-changes
  32. fatal: remote error:
  33.  You can't push to git://github.com/freenet/fred-staging.git
  34.   Use git@github.com:freenet/fred-staging.git
  35. nikotyan@nikotyan-laptop:~/IdeaProjects/fred-staging$ git push git@github.com:freenet/fred-staging.git nikotyan-changes
  36. Permission denied (publickey).
  37. fatal: The remote end hung up unexpectedly
  38. nikotyan@nikotyan-laptop:~/IdeaProjects/fred-staging$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement