2022-10-01 10:00:17 +01:00
2022-10-05 11:35:16 +01:00

git

change origin url

git remote set-url origin <origin-url>

Create new branch from uncommited

git switch -c <new-branch>

# or

git checkout -b <new-branch>

Description
No description provided
Readme 22 KiB