.bash_history 356 B

123456789101112131415161718
  1. sudo pacman -S git
  2. git init
  3. git add -A
  4. git status
  5. git commit -m 'init'
  6. git config --global user.name "Your Name"
  7. git config --global user.email "you@example.com"
  8. git commit -m 'init'
  9. git diff
  10. git diff
  11. git add -A ; git commit -m'panel theme'
  12. git diff init
  13. git diff init --
  14. git diff HEAD^
  15. git diff
  16. git add -A ; git commit -m'panel theme'
  17. git commit --amend