File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2121 git config --global user.email "team@mupdivision.com"
2222 git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
2323 git fetch --all
24- git checkout upstream/master
25- git pull upstream/master
26- git checkout origin master
2724 git merge upstream/master
2825 git push origin HEAD:master --force
2926 git push origin --tags
3734 git config --global user.email "team@mupdivision.com"
3835 git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
3936 git fetch --all
40- git checkout upstream/master
41- git pull upstream/master
42- git checkout origin master
4337 git merge upstream/master
4438 git push origin HEAD:master --force
4539 git push origin --tags
You can’t perform that action at this time.
0 commit comments