stevedlawrence commented on PR #838:
URL: https://github.com/apache/daffodil-vscode/pull/838#issuecomment-1758117173
This PR is from a branch pushed in the main `daffodil-vscode` repo. We try
to avoid added new branches since it adds adds alot of extra emails. Instead,
please push branches to your fork and open PRs from that.
Also, it might be a good idea to set something like this in your "asf"
remote in the daffodil-vscode `.git/config`:
```gitconfig
[remote "asf"]
url = [email protected]:apache/daffodil.git
pushurl = do not push to asf
```
This way you can't accidentally push to the asf remote at all since the
"pushurl" isn't a valid URL. It's a bit of a hack, but there's no other way do
this in git that I know of.
And if you ever do need to push to asf, you can always manually do it like:
```bash
git push [email protected]:apache/daffodil.git ...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]