Monday, March 2, 2020

My GIT Notes




git clone

git branch ( to see which branch you are in)

git show-branch ( to see which branch you are in)

git checkout branch
git add
git commit
git push -u origin

============================================================
error: The following untracked working tree files would be overwritten by checkout:
        xxxxxxxxxxxxxx
Please move or remove them before you can switch branches.
Aborting


git clean  -d  -f

============================================================

No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...