12 lines
363 B
Plaintext
12 lines
363 B
Plaintext
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 .
|
|
git commit
|
|
git push priv
|
|
git checkout -b nazwa_brancha
|
|
git switch nazwa_brancha
|
|
git pull priv
|
|
git log |