Skip to content

owlvey/dynatrace_sink

Repository files navigation

dynatrace_sink

fork

add github remote as "sync"

git remote add sync [email protected]:owlvey/dynatrace_sink.git git remote add sync [email protected]:owlvey/grafana.git git remote add sync [email protected]:owlvey/archon.git

verify remotes

git remote -v

git pull sync main

setup local "github" branch to track "sync" remote's "master" branch

git branch --track github sync/main

switch to the new branch

git checkout github git checkout master

push local "master" branch to "origin" remote (bitbucket)

git push -u origin master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published