mayurwaghmode / use-to-commands

1 stars 0 forks source link

Git Commands #7

Open mayurwaghmode opened 1 year ago

mayurwaghmode commented 1 year ago
git fetch upstream
git rebase upstream/master
# resolve any conflicts
git push origin master -f