salesforce note

共享后relate obj无显示

排查relate obj是否添加share reson

关于validationRule

其存在于 custom objects 里面对应类__c.object里面,备份要下载custom objects 对应内容即可

如何实现将本地全新文件作为新分支推送到github上

claude回答:

Here are the steps to push a new local file as a new branch to GitHub:

  1. Create the new file locally and add some content to it. For example:
touch README.md
echo "My Project" > README.md
  1. Initialize a Git repository in the directory if it’s not already a repo:
git init
  1. Add and commit the new file:
git add README.md
git commit -m "Add README"
  1. Create a new branch for the new file:
git branch new-branch
  1. Checkout the new branch:
git checkout new-branch
  1. Push the new branch to GitHub:
git remote add origin https://github.com/user/repo.git
git push -u origin new-branch

This will create a new branch called new-branch on GitHub containing the new README.md file. The -u flag links this branch with the remote one, so you can later push changes to the branch just with git push.

Let me know if you have any other questions!

vscode插件推荐

  • markdown all in one==》
    ny other questions!

vscode插件推荐

  • markdown all in one==》
    可以字段更新tabel(标题导航),写作利器
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值