git push
fatal: The current branch leafty/1 has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin leafty/1
Suggestion: add the corresponding git push configuration.
[push]
autoSetupRemote = true
Suggestion: add the corresponding git push configuration.