Template for updating my branch and get the branch
git checkout <destination branch>
git pull
git checkout <your branch>
git pull
git merge <destination branch>
'Bug > Git' 카테고리의 다른 글
GitHub keeps asking for password with openSSH pop up (0) | 2022.05.08 |
---|---|
[Git] BitBucket asks multiple time for username and password (0) | 2022.04.27 |
[Git] npm install stopped after asking for username and password (0) | 2022.04.02 |
[BitBucket] Error: make sure you have the correct access rights (WSL) (0) | 2022.03.30 |
[Git Bug] git remote origin already exists bug (0) | 2022.03.23 |