Github basics
Issue “There is no tracking information for the current branch”, when you try to “git push” for first time
(1) git push
You can then “git pull” or “git push”
###Merge changes from main into your branch
git merge main
Delete branch remotely (e.g. “testonly”) and remote is “cardamom
git push cardamom –delete testonly #And delete locally git branch -D testonly
https://stackoverflow.com/questions/32056324/there-is-no-tracking-information-for-the-current-branch
git push >> fatal: no configured push destination
https://stackoverflow.com/questions/10032964/git-push-fatal-no-configured-push-destination