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 21
21
git config --global user.email "[email protected] "
22
22
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/creativetimofficial/paper-dashboard-laravel
23
23
git fetch --all
24
- git checkout upstream/master
25
- git pull upstream/master
26
- git checkout origin master
27
24
git merge upstream/master
28
25
git push origin HEAD:master --force
29
26
git push origin --tags
37
34
git config --global user.email "[email protected] "
38
35
git remote add upstream https://${{ secrets.CT_TOKEN }}@github.com/laravel-frontend-presets/paper-dashboard
39
36
git fetch --all
40
- git checkout upstream/master
41
- git pull upstream/master
42
- git checkout origin master
43
37
git merge upstream/master
44
38
git push origin HEAD:master --force
45
39
git push origin --tags
You can’t perform that action at this time.
0 commit comments