123456789101112131415161718 |
- sudo pacman -S git
- git init
- git add -A
- git status
- git commit -m 'init'
- git config --global user.name "Your Name"
- git config --global user.email "you@example.com"
- git commit -m 'init'
- git diff
- git diff
- git add -A ; git commit -m'panel theme'
- git diff init
- git diff init --
- git diff HEAD^
- git diff
- git add -A ; git commit -m'panel theme'
- git commit --amend
|