Advertisement
Guest User

Untitled

a guest
Jun 24th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. $ git status
  2. On branch 256_typing_error
  3. Changes not staged for commit:
  4. (use "git add <file>..." to update what will be committed)
  5. (use "git checkout -- <file>..." to discard changes in working directory)
  6.  
  7. modified: controllers/blogConvert.js
  8. modified: routes/tumblr.js
  9.  
  10. no changes added to commit (use "git add" and/or "git commit -a")
  11.  
  12. $ git commit -a -m "Fixed #256 typing error"
  13. [256_typing_error d4076ba] Fixed #256 typing error
  14. Committer: KimDongHwan <kimdonghwan@KimDongHwanui-MacBook-Pro.local>
  15. Your name and email address were configured automatically based
  16. on your username and hostname. Please check that they are accurate.
  17. You can suppress this message by setting them explicitly. Run the
  18. following command and follow the instructions in your editor to edit
  19. your configuration file:
  20.  
  21. git config --global --edit
  22.  
  23. After doing this, you may fix the identity used for this commit with:
  24.  
  25. git commit --amend --reset-author
  26.  
  27. 2 files changed, 6 insertions(+), 6 deletions(-)
  28.  
  29. $ git log | more
  30. commit d4076ba0a3d933d04cec2cc301a37131925964a4
  31. Author: KimDongHwan <kimdonghwan@KimDongHwanui-MacBook-Pro.local>
  32. Date: Sat May 23 08:58:02 2015 +0900
  33.  
  34. Fixed #256 typing error
  35.  
  36. commit 1cf58ace210360e73e252a0416b502a0771f4751
  37. Merge: ea2439e abba646
  38. Author: skywlrl <skywlrl@gmail.com>
  39. Date: Thu May 21 13:23:27 2015 +0900
  40.  
  41. Merge pull request #246 from kimalec/master
  42.  
  43. Fixed #228 tumblr 사진포스팅시에 다른 tumblr에 post하다 죽는 문제가 발생함.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement