2024-10-22 09:20:06 +00:00
|
|
|
git init
|
|
|
|
git remote add priv https://token:token_name@qstack.pl:3000/c2024/projekt
|
|
|
|
git remote set-url priv https://token:token_name@qstack.pl:3000/c2024/projekt
|
|
|
|
git remote remove priv https://token:token_name@qstack.pl:3000/c2024/projekt
|
|
|
|
git remote -v
|
|
|
|
git add .
|
2024-10-22 09:15:02 +00:00
|
|
|
git commit
|
|
|
|
git push priv
|
2024-10-22 09:20:06 +00:00
|
|
|
git checkout -b nazwa_brancha
|
|
|
|
git switch nazwa_brancha
|
|
|
|
git pull priv
|
|
|
|
git log
|