Git
產生SSH
ssh-keygen -t rsa -C "GitLab" -b 4096
cat ~/.ssh/id_rsa.pub
git 設顏色
git config --global color.ui true
暫存
git stash -u
git stash pop
更名
git branch -m {old} {new}
rebase
git rebase
Git fetch remote branch
git fetch
ssh-keygen -t rsa -C "GitLab" -b 4096
cat ~/.ssh/id_rsa.pub
git 設顏色
git config --global color.ui true
git stash -u
git stash pop
git branch -m {old} {new}
git rebase
git fetch