git pull
git push
git push -u origin localBranch:remoteBranchToBeCreated
git fetch origin nazwa_zdalnej_branch
git remote set-url origin new.git.url/here
id brancha w zdalnym repozytorium: 2faebe7bc755873aedab449e770132fcddf0ed93
git checkout 2faebe7bc755873aedab449e770132fcddf0ed93 git git switch -c nazwa_nowego_branch
git config --unset user.password