GIT
GIT
git helper
configuracja
git config pull.rebase truesquash current with to previous
git reset --soft HEAD~2 && git commit -m 'squashed'remote rename
Ustawienie innego brancha jako remote:
git remote rename origin rpi
git remote rename github origin
git config branch.master.remote origincat .git/config[branch "master"]
remote = origin
merge = refs/heads/master
vscode-merge-base = origin/mastergit pull --rebase
git log -1 --oneline