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 (e.g. git rebase develop)

Git fetch remote branch

git fetch : git checkout

results matching ""

    No results matching ""