Links

git for dummys [WIP!] (like me)

Clone the repo with SSH

git clone [email protected]:Open-Surface-RT/grate-linux.git

Add upstream

git remote add upstream https://github.com/grate-driver/linux.git

update to upstream

git fetch upstream --depth=1

edit local commits

git rebase -i HEAD~n

solve merge conflicts

log stat

git log --stat