Dummy repo to practice or test git stuff
NOTE: use upstream instead of origin if forked
git fetch origin
git checkout origin/master
git checkout -b "new-feature-name"git fetch origin
git rebase -i origin/master
git push origin "feature-branch-name" -f
git stash listgit stash apply stash@{0}git stash drop stash@{0}