arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

git for dummys [WIP!] (like me)

hashtag
Clone the repo with SSH

git clone git@github.com:Open-Surface-RT/grate-linux.git

hashtag
Add upstream

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

hashtag
update to upstream

hashtag
edit local commits

hashtag
solve merge conflicts

hashtag
log stat

git log --stat

https://phoenixnap.com/kb/how-to-resolve-merge-conflicts-in-gitarrow-up-right
git fetch upstream --depth=1
git rebase -i HEAD~n