Limited compatibility with git repos (can't push 01 data and the remote repo have to support LFS if the local repo uses it).
Fix git's mistakes:
git push
fatal: The current branch main has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin main
Limited compatibility with git repos (can't push 01 data and the remote repo have to support LFS if the local repo uses it).
Fix git's mistakes: