You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for syncing HCS with HC I use the following steps:
i checkout to Master branch and change remote repository to HandyOrg and HandyControl
after saving changes, i fetch all changes from remote (git pull).
2.i change remote repository to ghost1372 and HandyControls (revert changes)
and i push Master branch to github repo.
3.i change branch to develop
4.open terminal and merge branch git merge master
5.i try to resolve conflicts
6.push to github
for building source code i did not use script, i use visual studio itself. I observed several cases that the script does not build well and some files are sometimes lost.
however i only use it for building repo in github action, it seems that script is broken and does not work properly i am working on it,
The text was updated successfully, but these errors were encountered:
Hi @GF-Huang
for syncing HCS with HC I use the following steps:
after saving changes, i fetch all changes from remote (git pull).
2.i change remote repository to ghost1372 and HandyControls (revert changes)
and i push Master branch to github repo.
3.i change branch to develop
4.open terminal and merge branch
git merge master
5.i try to resolve conflicts
6.push to github
for building source code i did not use script, i use visual studio itself. I observed several cases that the script does not build well and some files are sometimes lost.
however i only use it for building repo in github action, it seems that script is broken and does not work properly i am working on it,
The text was updated successfully, but these errors were encountered: